You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report_v2.yaml
+22-15
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Copyright 2023 Google LLC
1
+
# Copyright 2024 Google LLC
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ body:
21
21
id: before-you-start
22
22
attributes:
23
23
value: |
24
-
*[READ THIS]:* to evaluate if you are in the right place?
24
+
*[READ THIS]:* Are you in the right place?
25
25
- For issues or feature requests related to __the code in this repository__, file a GitHub issue.
26
26
- If this is a __feature request__, make sure the issue title starts with "FR:".
27
27
- For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) with the firebase tag.
@@ -31,31 +31,31 @@ body:
31
31
id: operating-system
32
32
attributes:
33
33
label: Operating System
34
-
description: Describe your operating system
35
-
placeholder: ex. iOS 16.4
34
+
description: Describe the operating system(s) where you are experiencing the issue.
35
+
placeholder: ex. iOS 16.4, macOS Ventura 13.4, Windows 11
36
36
validations:
37
37
required: true
38
38
- type: input
39
-
id: browser-version
39
+
id: environment
40
40
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.
description: The Firebase JS SDK version you're using.
51
51
placeholder: ex. 9.16.0
52
52
validations:
53
53
required: true
54
54
- type: dropdown
55
55
id: firebase-sdk-products
56
56
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. You can select multiple options in the dropdown.
59
59
multiple: true
60
60
options:
61
61
- Analytics
@@ -77,16 +77,21 @@ body:
77
77
- type: textarea
78
78
id: project-tooling
79
79
attributes:
80
-
label: Describe your project's tooling
80
+
label: Project Tooling
81
81
description: Describe the tooling your app is built with
82
82
placeholder: React app with Webpack and Jest
83
83
validations:
84
84
required: true
85
85
- type: textarea
86
86
id: describe-your-problem
87
87
attributes:
88
-
label: Describe the problem
89
-
description: Describe what you were trying to do and what occurred
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).
90
95
placeholder: |
91
96
What were you trying to accomplish? What happened? This should include a background description, log/console output, etc.
92
97
validations:
@@ -95,6 +100,8 @@ body:
95
100
id: reproduce-code
96
101
attributes:
97
102
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.
103
+
description: |
104
+
If possible, provide a minimal, self-contained code snippet or steps that consistently reproduce the issue.
0 commit comments