File tree Expand file tree Collapse file tree 2 files changed +37
-5
lines changed Expand file tree Collapse file tree 2 files changed +37
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
10
### [ READ] Step 1: Are you in the right place?
2
11
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.
6
17
* For general technical questions, post a question on [ StackOverflow] ( http://stackoverflow.com/ )
7
- with the firebase tag.
18
+ with the ` firebase ` tag.
8
19
* For general Firebase discussion, use the [ firebase-talk] ( https://groups.google.com/forum/#!forum/firebase-talk )
9
20
google group.
10
21
* For help troubleshooting your application that does not fall under one
15
26
16
27
* Operating System version: ____ _
17
28
* Firebase SDK version: ____ _
18
- * Library version: ____ _
19
29
* Firebase Product: ____ _ (auth, database, storage, etc)
30
+ * Python version: ____ _
31
+ * Pip version: ____ _
20
32
21
33
### [ REQUIRED] Step 3: Describe the problem
22
34
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments