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
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,12 @@ body:
39
39
- type: dropdown
40
40
id: firebase-sdk-products
41
41
attributes:
42
-
label: Firebase SDK Products
43
-
description: What Firebase SDK Products is your app using?
42
+
label: Firebase SDK Product:\
43
+
description: Which Firebase Products are used in your app?
44
44
multiple: true
45
45
options:
46
46
- Analytics
47
-
- App-Check
47
+
- AppCheck
48
48
- Auth
49
49
- Component
50
50
- Database
@@ -72,15 +72,13 @@ body:
72
72
label: Describe the problem
73
73
description: Describe what you were trying to do and what occurred
74
74
placeholder: |
75
-
'What were you trying to accomplish? What happened?'
76
-
'This should include a background description, log/console output, etc.'
75
+
What were you trying to accomplish? What happened? This should include a background description, log/console output, etc.
77
76
validations:
78
77
required: true
79
78
- type: textarea
80
79
id: reproduce-code
81
80
attributes:
82
-
label: Code to reproduce issue
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.
84
-
render: javascript
81
+
label: Steps and code to reproduce issue
82
+
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.
0 commit comments