Skip to content

Update issue templates #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

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:
8 changes: 6 additions & 2 deletions .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.
labels: 'type: feature request'
title: ''
labels: 'new, 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