Skip to content

Commit 2d9bb08

Browse files
authored
chore: Update issue templates (#271)
Adding issue template
1 parent 6adc50d commit 2d9bb08

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### [READ] Step 1: Are you in the right place?
11+
12+
* For issues related to __the code in this repository__ file a Github issue.
13+
* For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/)
14+
with the firebase 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+
### [REQUIRED] Step 2: Describe your environment
22+
23+
* Operating System version: _____
24+
* Firebase SDK version: _____
25+
* Firebase Product: _____ (auth, database, storage, etc)
26+
* .NET version: _____
27+
* OS: _____
28+
29+
### [REQUIRED] Step 3: Describe the problem
30+
31+
#### Steps to reproduce:
32+
33+
What happened? How can we make the problem occur?
34+
This could be a description, log/console output, etc.
35+
36+
#### Relevant Code:
37+
38+
```
39+
// TODO(you): code here to reproduce the problem
40+
```

0 commit comments

Comments
 (0)