File tree Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Expand file tree Collapse file tree 3 files changed +37
-2
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 11---
2- name : ➕ Feature request
2+ name : " ➕ Feature request"
33about : If you have a feature request for the Firebase C++ SDK, file it here.
4+ title : ' '
45labels : ' type: feature request'
6+ assignees : ' '
7+
58---
9+
610<!-- DO NOT DELETE
711validate_template=true
812template_path=.github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change 11---
2- name : 🐞 Bug report
2+ name : " \U0001F41E Bug report"
33about : Please use this template to report bugs with the Firebase C++ SDK.
4+ title : ' '
45labels : new
6+ assignees : ' '
7+
58---
69
710<!-- DO NOT DELETE
You can’t perform that action at this time.
0 commit comments