Skip to content

Commit ad5c60c

Browse files
committed
Update wording and remove rendering language
1 parent f327a47 commit ad5c60c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report_v2.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ body:
3939
- type: dropdown
4040
id: firebase-sdk-products
4141
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?
4444
multiple: true
4545
options:
4646
- Analytics
47-
- App-Check
47+
- AppCheck
4848
- Auth
4949
- Component
5050
- Database
@@ -72,15 +72,13 @@ body:
7272
label: Describe the problem
7373
description: Describe what you were trying to do and what occurred
7474
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.
7776
validations:
7877
required: true
7978
- type: textarea
8079
id: reproduce-code
8180
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.
8583
validations:
8684
required: true

0 commit comments

Comments
 (0)