Skip to content

Commit b10ed0b

Browse files
committed
add issue template
1 parent 0b63a5a commit b10ed0b

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
We only accept issues for bug reporting purposes.
2+
3+
**All feature requests, implementation concerns or general queries should be sent to our [support team](https://support.urbanairship.com/).**
4+
5+
Before completeing the form below, please check the following:
6+
7+
[] You are using the most recent version of the library.
8+
[] You are using a supported version of Python for that library version.
9+
[] This issue is reproducable.
10+
11+
## Expected Behavior
12+
<!--- Tell us what should happen -->
13+
14+
## Current Behavior
15+
<!--- Tell us what happens instead of the expected behavior -->
16+
17+
## Possible Solution
18+
<!--- Not required, but gives us a place to begin investigating -->
19+
20+
## Steps to Reproduce
21+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
22+
<!--- reproduce this bug. Include your implementation code if possible and relevent -->
23+
1.
24+
2.
25+
3.
26+
4.
27+
28+
## Detailed Description
29+
<!--- Provide a detailed description. If possible full logs showing the behavior.-->
30+
31+
## Possible Fix
32+
<!--- Not required, but suggest your possible solution if possible. -->
33+
<!-- If your fix is known to work, we accept pull requests with a completed contribution agreement. -->

0 commit comments

Comments
 (0)