Skip to content

Commit f327a47

Browse files
committed
Edit form to include multiple selection
1 parent bfe9c61 commit f327a47

File tree

1 file changed

+29
-28
lines changed

1 file changed

+29
-28
lines changed

.github/ISSUE_TEMPLATE/bug_report_v2.yaml

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -36,50 +36,51 @@ body:
3636
placeholder: ex. 9.16.0
3737
validations:
3838
required: true
39-
- type: input
40-
id: firebase-sdk-product
39+
- type: dropdown
40+
id: firebase-sdk-products
4141
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
4559
validations:
4660
required: true
4761
- type: textarea
48-
id: framework
62+
id: project-tooling
4963
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
5367
validations:
5468
required: true
55-
- type: markdown
56-
id: describe-your-problem
57-
attributes:
58-
value: |
59-
'Describe the problem'
6069
- type: textarea
61-
id: steps-to-reproduce
70+
id: describe-your-problem
6271
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
6574
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.'
7677
validations:
7778
required: true
7879
- type: textarea
7980
id: reproduce-code
8081
attributes:
8182
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.
8384
render: javascript
8485
validations:
8586
required: true

0 commit comments

Comments
 (0)