Skip to content

Commit fb64981

Browse files
authored
chore: Configuring GitHub issue templates (firebase#562)
1 parent 9ff16bd commit fb64981

File tree

2 files changed

+37
-5
lines changed

2 files changed

+37
-5
lines changed

ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1+
---
2+
name: Bug report
3+
about: Bug reports related to any component in this repo
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
110
### [READ] Step 1: Are you in the right place?
211

3-
* For issues or feature requests related to __the code in this repository__
4-
file a Github issue.
5-
* If this is a __feature request__ make sure the issue title starts with "FR:".
12+
* For issues related to __the code in this repository__ file a GitHub issue.
13+
* If the issue pertains to __Cloud Firestore__, report directly in the
14+
[Python Firestore](https://github.com/googleapis/python-firestore) GitHub repo. Firestore
15+
bugs reported in this repo will be closed with a reference to the Python Firestore
16+
project.
617
* For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/)
7-
with the firebase tag.
18+
with the `firebase` tag.
819
* For general Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk)
920
google group.
1021
* For help troubleshooting your application that does not fall under one
@@ -15,8 +26,9 @@
1526

1627
* Operating System version: _____
1728
* Firebase SDK version: _____
18-
* Library version: _____
1929
* Firebase Product: _____ (auth, database, storage, etc)
30+
* Python version: _____
31+
* Pip version: _____
2032

2133
### [REQUIRED] Step 3: Describe the problem
2234

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[FR]"
5+
labels: 'type: feature request'
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context, code samples or screenshots about the feature request here.

0 commit comments

Comments
 (0)