Skip to content

Commit 1613901

Browse files
authored
Update issue templates (#500)
* Update issue templates * Update bug_report.md
1 parent 2b6e9df commit 1613901

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
<!-- Step 1 [READ THIS] -->
8+
<!--
9+
Are you in the right place?
10+
* For issues or feature requests related to __the code in this repository__
11+
file a Github issue.
12+
* If this is a __feature request__ make sure the issue title starts with "FR:".
13+
* For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/)
14+
with the firebase-authentication tag.
15+
* For general Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk)
16+
google group.
17+
* For help troubleshooting your application that does not fall under one
18+
of the above categories, reach out to the personalized
19+
[Firebase support channel](https://firebase.google.com/support/).
20+
-->
21+
22+
<!-- Step 2 -->
23+
24+
### [REQUIRED] Describe your environment
25+
26+
* Operating System version: _____
27+
* Browser version: _____
28+
* Firebase UI version: _____
29+
* Firebase SDK version: _____
30+
31+
<!-- Step 3 -->
32+
33+
### [REQUIRED] Describe the problem
34+
35+
#### Steps to reproduce:
36+
<!--
37+
What happened? How can we make the problem occur?
38+
This could be a description, log/console output, etc.
39+
-->
40+
#### Relevant Code:
41+
42+
<!--
43+
Reproduce the issue on StackBlitz and provide your forked URL
44+
or give us some sample code below
45+
-->
46+
https://stackblitz.com/fork/firebase-issue-sandbox
47+
48+
```javascript
49+
// TODO(you): code here to reproduce the problem
50+
```
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)