Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/--general-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: "❓ General question"
about: Describe this issue template's purpose here.
title: "[Question] "
labels: 'new, type: question'
assignees: ''

---

<!-- DO NOT DELETE
validate_template=true
template_path=.github/ISSUE_TEMPLATE/--general-question.md
-->

### [READ] For Firebase Unity SDK question, please report to [Firebase Unity Sample](https://github.com/firebase/quickstart-unity/issues/new/choose)

Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.

### [REQUIRED] Please fill in the following fields:

* Pre-built SDK from the [website](https://firebase.google.com/download/cpp) or open-source from this repo: _____
* Firebase C++ SDK version: _____
* Main Firebase Components in concern: _____ (Auth, Database, etc.)
* Other Firebase Components in use: _____ (Auth, Database, etc.)
* Platform you are using the C++ SDK on: _____ (Mac, Windows, or Linux)
* Platform you are targeting: _____ (iOS, Android, and/or desktop)

### [REQUIRED] Please describe the question here:
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
name: ➕ Feature request
name: "➕ Feature request"
about: If you have a feature request for the Firebase C++ SDK, file it here.
title: ''
labels: 'type: feature request'
assignees: ''

---

<!-- DO NOT DELETE
validate_template=true
template_path=.github/ISSUE_TEMPLATE/feature-request.md
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/issue.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: 🐞 Bug report
name: "\U0001F41E Bug report"
about: Please use this template to report bugs with the Firebase C++ SDK.
title: ''
labels: new
assignees: ''

---

<!-- DO NOT DELETE
Expand Down