Skip to content

Commit 8ad6977

Browse files
authored
Update bug_report_v2.yaml
1 parent f7c6dc4 commit 8ad6977

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

.github/ISSUE_TEMPLATE/bug_report_v2.yaml

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
name: 🐞 Bug Report
1616
description: File a bug report
1717
title: 'Title for the bug'
18-
labels: 'question, new'
18+
labels: 'new'
1919
body:
2020
- type: markdown
2121
id: before-you-start
@@ -32,30 +32,30 @@ body:
3232
attributes:
3333
label: Operating System
3434
description: Describe your operating system
35-
placeholder: ex. iOS 16.4
35+
placeholder: ex. iOS 16.4, macOS Ventura 13.4, Windows 11
3636
validations:
3737
required: true
3838
- type: input
39-
id: browser-version
39+
id: environment
4040
attributes:
41-
label: Browser Version
42-
description: Describe your browser version
43-
placeholder: ex. Safari/604.1
41+
label: Environment (if applicable)
42+
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.
43+
placeholder: ex. Chrome 115, Node.js v18.16.0, React Native
4444
validations:
4545
required: true
4646
- type: input
4747
id: firebase-sdk-version
4848
attributes:
4949
label: Firebase SDK Version
50-
description: Describe your Firebase SDK Version
50+
description: The Firebase JS SDK version you're using.
5151
placeholder: ex. 9.16.0
5252
validations:
5353
required: true
5454
- type: dropdown
5555
id: firebase-sdk-products
5656
attributes:
57-
label: 'Firebase SDK Product:'
58-
description: Which Firebase Products are used in your app?
57+
label: Firebase SDK Product(s)
58+
description: Select the Firebase Product(s) relevant to your issue.
5959
multiple: true
6060
options:
6161
- Analytics
@@ -77,24 +77,31 @@ body:
7777
- type: textarea
7878
id: project-tooling
7979
attributes:
80-
label: Describe your project's tooling
80+
label: Project Tooling
8181
description: Describe the tooling your app is built with
8282
placeholder: React app with Webpack and Jest
8383
validations:
8484
required: true
8585
- type: textarea
8686
id: describe-your-problem
8787
attributes:
88-
label: Describe the problem
89-
description: Describe what you were trying to do and what occurred
90-
placeholder: |
88+
label: Detailed Problem Description
89+
description: |
90+
Please provide a clear and concise description of the problem. Include:
91+
- What you were trying to achieve.
92+
- What actually happened.
93+
- Any error messages or unexpected behavior you observed.
94+
- Relevant log snippets or console output (if available). placeholder: |
9195
What were you trying to accomplish? What happened? This should include a background description, log/console output, etc.
9296
validations:
9397
required: true
98+
- type: textarea
9499
- type: textarea
95100
id: reproduce-code
96101
attributes:
97102
label: Steps and code to reproduce issue
98-
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.
99-
validations:
100-
required: true
103+
description: |
104+
If possible, provide a minimal, self-contained code snippet or steps that consistently reproduce the issue.
105+
This will significantly aid in debugging.
106+
validations:
107+
required: true

0 commit comments

Comments
 (0)