diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 847e993c4dd..00000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -name: 🐞 Bug report -about: Found a bug in the JS SDK? File it here. -title: '' -labels: '' -assignees: '' - ---- - - - - - - - -### [REQUIRED] Describe your environment - - * Operating System version: _____ - * Browser version: _____ - * Firebase SDK version: _____ - * Firebase Product: _____ (auth, database, storage, etc) - - - -### [REQUIRED] Describe the problem - -#### Steps to reproduce: - -#### Relevant Code: - -```javascript -// TODO(you): code here to reproduce the problem -``` diff --git a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml index 9ecf52005d4..df67ee69d04 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml @@ -1,6 +1,6 @@ -name: 🐞 Bug Report V2 +name: 🐞 Bug Report description: File a bug report -title: '[Bug]: ' +title: 'Title for the bug' labels: 'new, type: question' body: - type: markdown