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
+29-28Lines changed: 29 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -36,50 +36,51 @@ body:
36
36
placeholder: ex. 9.16.0
37
37
validations:
38
38
required: true
39
-
- type: input
40
-
id: firebase-sdk-product
39
+
- type: dropdown
40
+
id: firebase-sdk-products
41
41
attributes:
42
-
label: Firebase SDK Product
43
-
description: Describe your Firebase SDK Product
44
-
placeholder: ex. Auth
42
+
label: Firebase SDK Products
43
+
description: What Firebase SDK Products is your app using?
44
+
multiple: true
45
+
options:
46
+
- Analytics
47
+
- App-Check
48
+
- Auth
49
+
- Component
50
+
- Database
51
+
- Firestore
52
+
- Functions
53
+
- Installations
54
+
- Logger
55
+
- Messaging
56
+
- Performance
57
+
- Remote-Config
58
+
- Storage
45
59
validations:
46
60
required: true
47
61
- type: textarea
48
-
id: framework
62
+
id: project-tooling
49
63
attributes:
50
-
label: Describe the framework
51
-
description: Describe the framework your app is built with
52
-
placeholder: ex. React Native using ExpoGo
64
+
label: Describe your project's tooling
65
+
description: Describe the tooling your app is built with
66
+
placeholder: React app with Webpack and Jest
53
67
validations:
54
68
required: true
55
-
- type: markdown
56
-
id: describe-your-problem
57
-
attributes:
58
-
value: |
59
-
'Describe the problem'
60
69
- type: textarea
61
-
id: steps-to-reproduce
70
+
id: describe-your-problem
62
71
attributes:
63
-
label: Steps to reproduce
64
-
description: Describe the steps to reproduce
72
+
label: Describe the problem
73
+
description: Describe what you were trying to do and what occurred
65
74
placeholder: |
66
-
' What happened? How can we make the problem occur?'
67
-
'This could be a description, log/console output, etc.'
68
-
validations:
69
-
required: true
70
-
- type: textarea
71
-
id: logs
72
-
attributes:
73
-
label: Relevant log output
74
-
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
75
-
render: javascript
75
+
'What were you trying to accomplish? What happened?'
76
+
'This should include a background description, log/console output, etc.'
76
77
validations:
77
78
required: true
78
79
- type: textarea
79
80
id: reproduce-code
80
81
attributes:
81
82
label: Code to reproduce issue
82
-
description: Please copy and paste any relevant code here to reproduce the problem or links to code to reproduce it.
83
+
description: Please copy and paste any relevant code here to reproduce the problem or links to code to reproduce it. This will be automatically formatted into code, so no need for backticks.
0 commit comments