|
1 | | -### [READ] Step 1: Are you in the right place? |
2 | | - |
| 1 | +<!-- Step 1 [READ THIS] --> |
| 2 | +<!-- |
| 3 | +Are you in the right place? |
3 | 4 | * For issues or feature requests related to __the code in this repository__ |
4 | 5 | file a Github issue. |
5 | 6 | * If this is a __feature request__ make sure the issue title starts with "FR:". |
|
10 | 11 | * For help troubleshooting your application that does not fall under one |
11 | 12 | of the above categories, reach out to the personalized |
12 | 13 | [Firebase support channel](https://firebase.google.com/support/). |
| 14 | +--> |
| 15 | + |
| 16 | +<!-- Step 2 --> |
13 | 17 |
|
14 | | -### [REQUIRED] Step 2: Describe your environment |
| 18 | +### [REQUIRED] Describe your environment |
15 | 19 |
|
16 | 20 | * Operating System version: _____ |
17 | 21 | * Firebase SDK version: _____ |
18 | | - * Library version: _____ |
19 | 22 | * Firebase Product: _____ (auth, database, storage, etc) |
20 | 23 |
|
21 | | -### [REQUIRED] Step 3: Describe the problem |
22 | | - |
23 | | -#### Steps to reproduce: |
| 24 | +<!-- Step 3 --> |
24 | 25 |
|
25 | | -What happened? How can we make the problem occur? |
26 | | -This could be a description, log/console output, etc. |
| 26 | +### [REQUIRED] Describe the problem |
27 | 27 |
|
| 28 | +#### Steps to reproduce: |
| 29 | +<!-- |
| 30 | + What happened? How can we make the problem occur? |
| 31 | + This could be a description, log/console output, etc. |
| 32 | +--> |
28 | 33 | #### Relevant Code: |
29 | 34 |
|
30 | | -``` |
| 35 | +<!-- Fork this JSBin, provide your own URL, or a simple code snippet below --> |
| 36 | +http://jsbin.com/rinilu/edit?js,console |
| 37 | + |
| 38 | +```javascript |
31 | 39 | // TODO(you): code here to reproduce the problem |
32 | 40 | ``` |
0 commit comments