Skip to content

Commit 9d74436

Browse files
jshcrowthesamtstern
authored andcommitted
Update ISSUE_TEMPLATE.md [triage-skip] (#13)
* refactor(github-meta): leverage .github directory * docs(ISSUE_TEMPLATE): added JSBin template for repros To help encourage people to reproduce issues, I've made a small JSBin that will load Firebase and give developers a REPL environment to demonstrate the issue. * docs(ISSUE_TEMPLATE): restructuring issue template to only display needed info * fix(docs): fix link to CONTRIBUTING.md * refactor(ISSUE_TEMPLATE): refactor based on feedback from @samtstern * fix(ISSUE_TEMPLATE): fix README.md link
1 parent 85ec114 commit 9d74436

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
### [READ] Step 1: Are you in the right place?
2-
1+
<!-- Step 1 [READ THIS] -->
2+
<!--
3+
Are you in the right place?
34
* For issues or feature requests related to __the code in this repository__
45
file a Github issue.
56
* If this is a __feature request__ make sure the issue title starts with "FR:".
@@ -10,23 +11,30 @@
1011
* For help troubleshooting your application that does not fall under one
1112
of the above categories, reach out to the personalized
1213
[Firebase support channel](https://firebase.google.com/support/).
14+
-->
15+
16+
<!-- Step 2 -->
1317

14-
### [REQUIRED] Step 2: Describe your environment
18+
### [REQUIRED] Describe your environment
1519

1620
* Operating System version: _____
1721
* Firebase SDK version: _____
18-
* Library version: _____
1922
* Firebase Product: _____ (auth, database, storage, etc)
2023

21-
### [REQUIRED] Step 3: Describe the problem
22-
23-
#### Steps to reproduce:
24+
<!-- Step 3 -->
2425

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
2727

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+
-->
2833
#### Relevant Code:
2934

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
3139
// TODO(you): code here to reproduce the problem
3240
```
File renamed without changes.

0 commit comments

Comments
 (0)