@@ -3,37 +3,35 @@ name: ⚠️ Report a Bug
33about : Think you found a bug in the SDK? Report it here.
44---
55
6- <!-- DO NOT DELETE
6+ <!-- DO NOT DELETE
77validate_template=true
88template_path=.github/ISSUE_TEMPLATE/bug.md
99-->
1010
1111### [ READ] Step 1: Are you in the right place?
1212
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:
1615
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/ ) .
2422
2523### [ REQUIRED] Step 2: Describe your environment
2624
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: ** \_ **
3028
3129### [ REQUIRED] Step 3: Describe the problem
3230
3331#### Steps to reproduce:
3432
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.
3735
3836#### Relevant Code:
3937
0 commit comments