From 8ad6977d25d784615583088553cb3615a3783049 Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Fri, 16 Aug 2024 14:41:11 -0400 Subject: [PATCH 01/10] Update bug_report_v2.yaml --- .github/ISSUE_TEMPLATE/bug_report_v2.yaml | 41 +++++++++++++---------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml index 289ab8125b0..be69f5aad2c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ name: 🐞 Bug Report description: File a bug report title: 'Title for the bug' -labels: 'question, new' +labels: 'new' body: - type: markdown id: before-you-start @@ -32,30 +32,30 @@ body: attributes: label: Operating System description: Describe your operating system - placeholder: ex. iOS 16.4 + placeholder: ex. iOS 16.4, macOS Ventura 13.4, Windows 11 validations: required: true - type: input - id: browser-version + id: environment attributes: - label: Browser Version - description: Describe your browser version - placeholder: ex. Safari/604.1 + label: Environment (if applicable) + description: Describe the environment where you are experiencing the issue. This could include the browser and its version, Node.js version, or any other relevant environment details. + placeholder: ex. Chrome 115, Node.js v18.16.0, React Native validations: required: true - type: input id: firebase-sdk-version attributes: label: Firebase SDK Version - description: Describe your Firebase SDK Version + description: The Firebase JS SDK version you're using. placeholder: ex. 9.16.0 validations: required: true - type: dropdown id: firebase-sdk-products attributes: - label: 'Firebase SDK Product:' - description: Which Firebase Products are used in your app? + label: Firebase SDK Product(s) + description: Select the Firebase Product(s) relevant to your issue. multiple: true options: - Analytics @@ -77,7 +77,7 @@ body: - type: textarea id: project-tooling attributes: - label: Describe your project's tooling + label: Project Tooling description: Describe the tooling your app is built with placeholder: React app with Webpack and Jest validations: @@ -85,16 +85,23 @@ body: - type: textarea id: describe-your-problem attributes: - label: Describe the problem - description: Describe what you were trying to do and what occurred - placeholder: | + label: Detailed Problem Description + description: | + Please provide a clear and concise description of the problem. Include: + - What you were trying to achieve. + - What actually happened. + - Any error messages or unexpected behavior you observed. + - Relevant log snippets or console output (if available). placeholder: | What were you trying to accomplish? What happened? This should include a background description, log/console output, etc. validations: required: true + - type: textarea - type: textarea id: reproduce-code attributes: label: Steps and code to reproduce issue - description: Please provide a description of how to replicate your issue. Copy and paste any relevant code here to reproduce the problem or links to code to reproduce it. - validations: - required: true + description: | + If possible, provide a minimal, self-contained code snippet or steps that consistently reproduce the issue. + This will significantly aid in debugging. + validations: + required: true From 27da92dab238435559f3b617ba75fe066149fd37 Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Fri, 16 Aug 2024 14:44:40 -0400 Subject: [PATCH 02/10] Fix placeholder --- .github/ISSUE_TEMPLATE/bug_report_v2.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml index be69f5aad2c..18c55b54cb4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml @@ -91,7 +91,8 @@ body: - What you were trying to achieve. - What actually happened. - Any error messages or unexpected behavior you observed. - - Relevant log snippets or console output (if available). placeholder: | + - Relevant log snippets or console output (if available). + placeholder: | What were you trying to accomplish? What happened? This should include a background description, log/console output, etc. validations: required: true From 001487998ec2f91b22de80e00a65fd2d9f45c63e Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Fri, 16 Aug 2024 14:46:25 -0400 Subject: [PATCH 03/10] Remove extra texarea --- .github/ISSUE_TEMPLATE/bug_report_v2.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml index 18c55b54cb4..9f12b7a79e7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml @@ -96,7 +96,6 @@ body: What were you trying to accomplish? What happened? This should include a background description, log/console output, etc. validations: required: true - - type: textarea - type: textarea id: reproduce-code attributes: From ddd1db12ce5fd3fc0a70ef14baa2c9e29e084daa Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Fri, 16 Aug 2024 14:46:54 -0400 Subject: [PATCH 04/10] Update bug_report_v2.yaml --- .github/ISSUE_TEMPLATE/bug_report_v2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml index 9f12b7a79e7..2f7318a443c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml @@ -103,5 +103,5 @@ body: description: | If possible, provide a minimal, self-contained code snippet or steps that consistently reproduce the issue. This will significantly aid in debugging. - validations: - required: true + validations: + required: true From 82e66904cd184fb071688e931494921cae17a37a Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Fri, 16 Aug 2024 14:48:16 -0400 Subject: [PATCH 05/10] Update bug_report_v2.yaml --- .github/ISSUE_TEMPLATE/bug_report_v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml index 2f7318a443c..2934fc12898 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml @@ -21,7 +21,7 @@ body: id: before-you-start attributes: value: | - *[READ THIS]:* to evaluate if you are in the right place? + *[READ THIS]:* Are in the right place? - For issues or feature requests related to __the code in this repository__, file a GitHub issue. - If this is a __feature request__, make sure the issue title starts with "FR:". - For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) with the firebase tag. From 7fab7adfe6432b4315c797938f462c0eb93280ba Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Fri, 16 Aug 2024 14:48:27 -0400 Subject: [PATCH 06/10] Update bug_report_v2.yaml --- .github/ISSUE_TEMPLATE/bug_report_v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml index 2934fc12898..1790c6cfd31 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml @@ -21,7 +21,7 @@ body: id: before-you-start attributes: value: | - *[READ THIS]:* Are in the right place? + *[READ THIS]:* Are you in the right place? - For issues or feature requests related to __the code in this repository__, file a GitHub issue. - If this is a __feature request__, make sure the issue title starts with "FR:". - For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) with the firebase tag. From b72032aeadb1867bac199a4fefcdb5cc133c5442 Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Fri, 16 Aug 2024 15:34:13 -0400 Subject: [PATCH 07/10] Update bug_report_v2.yaml --- .github/ISSUE_TEMPLATE/bug_report_v2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml index 1790c6cfd31..40fb534744d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml @@ -15,7 +15,7 @@ name: 🐞 Bug Report description: File a bug report title: 'Title for the bug' -labels: 'new' +labels: 'question', 'new' body: - type: markdown id: before-you-start @@ -55,7 +55,7 @@ body: id: firebase-sdk-products attributes: label: Firebase SDK Product(s) - description: Select the Firebase Product(s) relevant to your issue. + description: Select the Firebase product(s) relevant to your issue. multiple: true options: - Analytics From a4dfcefea0c3b19e8364783d4da52520270bc27c Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Fri, 16 Aug 2024 15:35:05 -0400 Subject: [PATCH 08/10] Update bug_report_v2.yaml --- .github/ISSUE_TEMPLATE/bug_report_v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml index 40fb534744d..c3c2e4898b5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml @@ -15,7 +15,7 @@ name: 🐞 Bug Report description: File a bug report title: 'Title for the bug' -labels: 'question', 'new' +labels: 'question, new' body: - type: markdown id: before-you-start From bf503789c1ad617793b2f89d1dff1ef980c1270d Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Tue, 20 Aug 2024 10:32:52 -0400 Subject: [PATCH 09/10] Update bug_report_v2.yaml --- .github/ISSUE_TEMPLATE/bug_report_v2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml index c3c2e4898b5..df95661c321 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml @@ -31,7 +31,7 @@ body: id: operating-system attributes: label: Operating System - description: Describe your operating system + description: Describe the operating system where you are experiencing the issue. placeholder: ex. iOS 16.4, macOS Ventura 13.4, Windows 11 validations: required: true @@ -55,7 +55,7 @@ body: id: firebase-sdk-products attributes: label: Firebase SDK Product(s) - description: Select the Firebase product(s) relevant to your issue. + description: Select the Firebase product(s) relevant to your issue. You can select multiple options in the dropdown. multiple: true options: - Analytics From fd7596eb86239131f66f24b7c74ef6772ccd47db Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Tue, 20 Aug 2024 10:34:49 -0400 Subject: [PATCH 10/10] Update bug_report_v2.yaml --- .github/ISSUE_TEMPLATE/bug_report_v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml index df95661c321..0d68981c80b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v2.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_v2.yaml @@ -31,7 +31,7 @@ body: id: operating-system attributes: label: Operating System - description: Describe the operating system where you are experiencing the issue. + description: Describe the operating system(s) where you are experiencing the issue. placeholder: ex. iOS 16.4, macOS Ventura 13.4, Windows 11 validations: required: true