@@ -3,37 +3,35 @@ name: ⚠️ Report a Bug
3
3
about : Think you found a bug in the SDK? Report it here.
4
4
---
5
5
6
- <!-- DO NOT DELETE
6
+ <!-- DO NOT DELETE
7
7
validate_template=true
8
8
template_path=.github/ISSUE_TEMPLATE/bug.md
9
9
-->
10
10
11
11
### [ READ] Step 1: Are you in the right place?
12
12
13
- Issues filed here should be about bugs in __ the code in this repository__ .
14
- If you have a general question, need help debugging, or fall into some
15
- other category use one of these other channels:
13
+ Issues filed here should be about bugs in ** the code in this repository** . If you have a general
14
+ question, need help debugging, or fall into some other category use one of these other channels:
16
15
17
- * For general technical questions, post a question on [ StackOverflow] ( http://stackoverflow.com/ )
18
- with the firebase tag.
19
- * For general Firebase discussion, use the [ firebase-talk] ( https://groups.google.com/forum/#!forum/firebase-talk )
20
- google group.
21
- * For help troubleshooting your application that does not fall under one
22
- of the above categories, reach out to the personalized
23
- [ Firebase support channel] ( https://firebase.google.com/support/ ) .
16
+ - For general technical questions, post a question on [ StackOverflow] ( http://stackoverflow.com/ )
17
+ with the firebase tag.
18
+ - For general Firebase discussion, use the
19
+ [ firebase-talk] ( https://groups.google.com/forum/#!forum/firebase-talk ) google group.
20
+ - For help troubleshooting your application that does not fall under one of the above categories,
21
+ reach out to the personalized [ Firebase support channel] ( https://firebase.google.com/support/ ) .
24
22
25
23
### [ REQUIRED] Step 2: Describe your environment
26
24
27
- * Android Studio version: ____ _
28
- * Firebase Component: ____ _ (Database, Firestore, Storage, Functions, etc)
29
- * Component version: ____ _
25
+ - Android Studio version: ** \_ **
26
+ - Firebase Component: ** \_ ** (Database, Firestore, Storage, Functions, etc)
27
+ - Component version: ** \_ **
30
28
31
29
### [ REQUIRED] Step 3: Describe the problem
32
30
33
31
#### Steps to reproduce:
34
32
35
- What happened? How can we make the problem occur?
36
- This could be a description, log/console output, etc.
33
+ What happened? How can we make the problem occur? This could be a description, log/console output,
34
+ etc.
37
35
38
36
#### Relevant Code:
39
37
0 commit comments