Skip to content

Commit 4dff3fa

Browse files
authored
Create ISSUE_TEMPLATE.md
1 parent da37b8e commit 4dff3fa

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
### Step 1: Are you in the right place?
3+
4+
* For issues or feature requests related to the code **in this repository** file a Github issue.
5+
* For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) tagged appropriately.
6+
* For general Firebase discussion, use the [firebase-talk google group](https://groups.google.com/forum/#!forum/firebase-talk)
7+
* For help troubleshooting your application that does not fall under one of the above categories, reach out to the [personalized Firebase support channel](https://firebase.google.com/support/contact/troubleshooting/)
8+
9+
### Step 2: Describe your environment
10+
11+
* Android device: _____
12+
* Android OS version: _____
13+
* Google Play Services version: _____
14+
* Firebase/Play Services SDK version: _____
15+
* FirebaseUI version: ____
16+
17+
### Step 3: Describe the problem:
18+
19+
#### Steps to reproduce:
20+
21+
1. _____
22+
2. _____
23+
3. _____
24+
25+
#### Observed Results:
26+
27+
* What happened? This could be a description, `logcat` output, etc.
28+
29+
#### Expected Results:
30+
31+
* What did you expect to happen?
32+
33+
#### Relevant Code:
34+
35+
```
36+
// TODO(you): code here to reproduce the problem
37+
```

0 commit comments

Comments
 (0)