diff --git a/.github/ISSUE_TEMPLATE/--general-question.md b/.github/ISSUE_TEMPLATE/--general-question.md new file mode 100644 index 0000000000..f354c77a4f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--general-question.md @@ -0,0 +1,28 @@ +--- +name: "❓ General question" +about: Describe this issue template's purpose here. +title: "[Question] " +labels: 'new, type: question' +assignees: '' + +--- + + + +### [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: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 797f1354c4..d20d8a8c44 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -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: '' + --- +