File tree 3 files changed +38
-3
lines changed
3 files changed +38
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : " ❓ General question"
3
+ about : Describe this issue template's purpose here.
4
+ title : " [Question] "
5
+ labels : ' new, type: question'
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- DO NOT DELETE
11
+ validate_template=true
12
+ template_path=.github/ISSUE_TEMPLATE/--general-question.md
13
+ -->
14
+
15
+ ### [ READ] For Firebase Unity SDK question, please report to [ Firebase Unity Sample] ( https://github.com/firebase/quickstart-unity/issues/new/choose )
16
+
17
+ Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.
18
+
19
+ ### [ REQUIRED] Please fill in the following fields:
20
+
21
+ * Pre-built SDK from the [ website] ( https://firebase.google.com/download/cpp ) or open-source from this repo: ____ _
22
+ * Firebase C++ SDK version: ____ _
23
+ * Main Firebase Components in concern: ____ _ (Auth, Database, etc.)
24
+ * Other Firebase Components in use: ____ _ (Auth, Database, etc.)
25
+ * Platform you are using the C++ SDK on: ____ _ (Mac, Windows, or Linux)
26
+ * Platform you are targeting: ____ _ (iOS, Android, and/or desktop)
27
+
28
+ ### [ REQUIRED] Please describe the question here:
Original file line number Diff line number Diff line change 1
1
---
2
- name : ➕ Feature request
2
+ name : " ➕ Feature request"
3
3
about : If you have a feature request for the Firebase C++ SDK, file it here.
4
- labels : ' type: feature request'
4
+ title : ' '
5
+ labels : ' new, type: feature request'
6
+ assignees : ' '
7
+
5
8
---
9
+
6
10
<!-- DO NOT DELETE
7
11
validate_template=true
8
12
template_path=.github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change 1
1
---
2
- name : 🐞 Bug report
2
+ name : " \U0001F41E Bug report"
3
3
about : Please use this template to report bugs with the Firebase C++ SDK.
4
+ title : ' '
4
5
labels : new
6
+ assignees : ' '
7
+
5
8
---
6
9
7
10
<!-- DO NOT DELETE
You can’t perform that action at this time.
0 commit comments