Skip to content

Commit 135811e

Browse files
authored
Merge pull request #149 from firebase/issue-templates-patch
Update issue templates
2 parents 8d51ba9 + 700b0a0 commit 135811e

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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:

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
2-
name: ➕ Feature request
2+
name: "➕ Feature request"
33
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+
58
---
9+
610
<!-- DO NOT DELETE
711
validate_template=true
812
template_path=.github/ISSUE_TEMPLATE/feature-request.md

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
2-
name: 🐞 Bug report
2+
name: "\U0001F41E Bug report"
33
about: Please use this template to report bugs with the Firebase C++ SDK.
4+
title: ''
45
labels: new
6+
assignees: ''
7+
58
---
69

710
<!-- DO NOT DELETE

0 commit comments

Comments
 (0)