From 9ff639ffaed9934f3ecf4a4ad1766b9aa6ac4749 Mon Sep 17 00:00:00 2001 From: Cynthia Jiang Date: Wed, 4 May 2022 19:49:45 -0700 Subject: [PATCH 1/2] Make sure sample repo issues focus on samples --- .github/ISSUE_TEMPLATE/--general-question.md | 27 ----------------- .github/ISSUE_TEMPLATE/feature-request.md | 29 ------------------ .github/ISSUE_TEMPLATE/issue.md | 31 +++++++------------- 3 files changed, 11 insertions(+), 76 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/--general-question.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/--general-question.md b/.github/ISSUE_TEMPLATE/--general-question.md deleted file mode 100644 index 25473194..00000000 --- a/.github/ISSUE_TEMPLATE/--general-question.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: "❓ General question" -about: Please use this template to ask general question with Firebase Unity SDK -title: "[Question] " -labels: 'new, type: question' -assignees: '' - ---- - - - -### [REQUIRED] Please fill in the following fields: - - * Unity editor version: _____ - * Firebase Unity SDK version: _____ - * Source you installed the SDK: _____ (.unitypackage or Unity Package Manager) - * Problematic Firebase Component: _____ (Auth, Database, etc.) - * Other Firebase Components in use: _____ (Auth, Database, etc.) - * Additional SDKs you are using: _____ (Facebook, AdMob, etc.) - * Platform you are using the Unity editor on: _____ (Mac, Windows, or Linux) - * Platform you are targeting: _____ (iOS, Android, and/or desktop) - * Scripting Runtime: _____ (Mono, and/or IL2CPP) - -### [REQUIRED] Please describe the question here: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index 75d4e2fa..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: ➕ Feature request -about: If you have a feature request for the Firebase Unity SDK, file it here. -title: "[FR] " -labels: 'new, type: feature request' ---- - - - -### [READ] Guidelines - -When filing a feature request please make sure the issue title starts with "[FR]". - -A good feature request ideally -* is either immediately obvious (i.e. "Add Sign in with Apple support"), or -* starts with a use case that is not achievable with the existing Firebase API and - includes an API proposal that would make the use case possible. The proposed API - change does not need to be very specific. - -Once you've read this section, please delete it and fill out the rest of the template. - -### Feature proposal - -* Firebase Component: _____ (Auth, Core, Database, Firestore, Messaging, Storage, etc) - -Describe your use case and/or feature request here. diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md index b62211b9..caae6d39 100644 --- a/.github/ISSUE_TEMPLATE/issue.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -1,44 +1,35 @@ --- -name: 🐞 Bug report -about: Please use this template to report issues with the Firebase Unity SDK. -title: "[Bug] " -labels: 'new, type: question' +name: Firebase Unity Sample issue +about: Report issues with the Firebase Unity Sample. +labels: new --- - +### [READ] For Firebase Unity SDK issues, please report to [Firebase Unity open-source](https://github.com/firebase/firebase-unity-sdk/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: - * Unity editor version: _____ + * Which Firebase Sample: _____ (Auth, Database, etc.) * Firebase Unity SDK version: _____ - * Source you installed the SDK: _____ (.unitypackage or Unity Package Manager) - * Problematic Firebase Component: _____ (Auth, Database, etc.) - * Other Firebase Components in use: _____ (Auth, Database, etc.) * Additional SDKs you are using: _____ (Facebook, AdMob, etc.) - * Platform you are using the Unity editor on: _____ (Mac, Windows, or Linux) + * Platform you are using the SDK on: _____ (Mac, Windows, or Linux) * Platform you are targeting: _____ (iOS, Android, and/or desktop) - * Scripting Runtime: _____ (Mono, and/or IL2CPP) ### [REQUIRED] Please describe the issue here: -(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.) +(Please list the full steps to reproduce the issue. Include device logs, and stack traces if available.) #### Steps to reproduce: -Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)? What's the issue repro rate? (eg 100%, 1/5 etc) What happened? How can we make the problem occur? This could be a description, log/console output, etc. If you have a downloadable sample project that reproduces the bug you're reporting, you will -likely receive a faster response on your issue. - -#### Relevant Code: - -``` -// TODO(you): code here to reproduce the problem -``` +likely receive a faster response on your issue. \ No newline at end of file From 5942d4099cd8d9888ee7be49cf14d46a3a9e7306 Mon Sep 17 00:00:00 2001 From: Cynthia Jiang Date: Wed, 4 May 2022 19:52:17 -0700 Subject: [PATCH 2/2] for better unity template --- .github/ISSUE_TEMPLATE/issue.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md index caae6d39..d7f6bd2a 100644 --- a/.github/ISSUE_TEMPLATE/issue.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -14,22 +14,33 @@ Once you've read this section and determined that your issue is appropriate for ### [REQUIRED] Please fill in the following fields: - * Which Firebase Sample: _____ (Auth, Database, etc.) + * Unity editor version: _____ * Firebase Unity SDK version: _____ + * Source you installed the SDK: _____ (.unitypackage or Unity Package Manager) + * Problematic Firebase Component: _____ (Auth, Database, etc.) + * Other Firebase Components in use: _____ (Auth, Database, etc.) * Additional SDKs you are using: _____ (Facebook, AdMob, etc.) - * Platform you are using the SDK on: _____ (Mac, Windows, or Linux) + * Platform you are using the Unity editor on: _____ (Mac, Windows, or Linux) * Platform you are targeting: _____ (iOS, Android, and/or desktop) + * Scripting Runtime: _____ (Mono, and/or IL2CPP) ### [REQUIRED] Please describe the issue here: -(Please list the full steps to reproduce the issue. Include device logs, and stack traces if available.) +(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.) #### Steps to reproduce: +Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)? What's the issue repro rate? (eg 100%, 1/5 etc) What happened? How can we make the problem occur? This could be a description, log/console output, etc. If you have a downloadable sample project that reproduces the bug you're reporting, you will -likely receive a faster response on your issue. \ No newline at end of file +likely receive a faster response on your issue. + +#### Relevant Code: + +``` +// TODO(you): code here to reproduce the problem +```