Skip to content

Commit 0df6fdc

Browse files
committed
Update body
1 parent a5ca79e commit 0df6fdc

File tree

1 file changed

+95
-96
lines changed

1 file changed

+95
-96
lines changed

.github/ISSUE_TEMPLATE/bug_report_v2.yaml

Lines changed: 95 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -2,100 +2,99 @@ name: 🐞 Bug Report V2
22
description: File a bug report
33
title: '[Bug]: '
44
labels: ''
5-
assignees: ''
5+
assignees: ' '
66
body:
7-
body:
8-
- type: markdown
9-
attributes:
10-
value: |
11-
'[READ THIS] Are you in the right place?'
12-
' * For issues or feature requests related to __the code in this repository__,'
13-
' file a Github issue.'
14-
' * If this is a __feature request__, make sure the issue title starts with "FR:". '
15-
' * For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) '
16-
' with the firebase tag. '
17-
' * For general Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk) '
18-
' google group. '
19-
' * For help troubleshooting your application that does not fall under one '
20-
' of the above categories, reach out to the personalized '
21-
' [Firebase support channel](https://firebase.google.com/support/).'
22-
- type: input
23-
id: operating-system
24-
attributes:
25-
label: Operating System
26-
description: Describe your operating system
27-
placeholder: ex. iOS 16.4
28-
validations:
29-
required: true
30-
- type: input
31-
id: browser-version
32-
attributes:
33-
label: Browser Version
34-
description: Describe your browser version
35-
placeholder: ex. Safari/604.1
36-
validations:
37-
required: true
38-
- type: input
39-
id: firebase-sdk-version
40-
attributes:
41-
label: Firebase SDK Version
42-
description: Describe your Firebase SDK Version
43-
placeholder: ex. 9.16.0
44-
validations:
45-
required: true
46-
- type: input
47-
id: firebase-sdk-product
48-
attributes:
49-
label: Firebase SDK Product
50-
description: Describe your Firebase SDK Product
51-
placeholder: ex. Auth
52-
validations:
53-
required: true
54-
- type: textarea
55-
id: framework
56-
attributes:
57-
label: Describe the framework
58-
description: Describe the framework your app is built with
59-
placeholder: ex. React Native using ExpoGo
60-
validations:
61-
required: true
62-
- type: markdown
63-
attributes:
64-
value: |
65-
'Describe the problem'
66-
- type: textarea
67-
id: steps-to-reproduce
68-
attributes:
69-
label: Steps to reproduce
70-
description: Describe the steps to reproduce
71-
placeholder: |
72-
' What happened? How can we make the problem occur?'
73-
'This could be a description, log/console output, etc.'
74-
validations:
75-
required: true
76-
- type: input
77-
id: browser-version
78-
attributes:
79-
label: Browser Version
80-
description: Describe your browser version
81-
placeholder: |
82-
' What happened? How can we make the problem occur?'
83-
'This could be a description, log/console output, etc.'
84-
validations:
85-
required: true
86-
- type: textarea
87-
id: logs
88-
attributes:
89-
label: Relevant log output
90-
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
91-
render: javascript
92-
validations:
93-
required: true
94-
- type: textarea
95-
id: reproduce-code
96-
attributes:
97-
label: Code to reproduce issue
98-
description: Please copy and paste any relevant code here to reproduce the problem or links to code to reproduce it.
99-
render: javascript
100-
validations:
101-
required: true
7+
- type: markdown
8+
attributes:
9+
value: |
10+
'[READ THIS] Are you in the right place?'
11+
' * For issues or feature requests related to __the code in this repository__,'
12+
' file a Github issue.'
13+
' * If this is a __feature request__, make sure the issue title starts with "FR:". '
14+
' * For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) '
15+
' with the firebase tag. '
16+
' * For general Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk) '
17+
' google group. '
18+
' * For help troubleshooting your application that does not fall under one '
19+
' of the above categories, reach out to the personalized '
20+
' [Firebase support channel](https://firebase.google.com/support/).'
21+
- type: input
22+
id: operating-system
23+
attributes:
24+
label: Operating System
25+
description: Describe your operating system
26+
placeholder: ex. iOS 16.4
27+
validations:
28+
required: true
29+
- type: input
30+
id: browser-version
31+
attributes:
32+
label: Browser Version
33+
description: Describe your browser version
34+
placeholder: ex. Safari/604.1
35+
validations:
36+
required: true
37+
- type: input
38+
id: firebase-sdk-version
39+
attributes:
40+
label: Firebase SDK Version
41+
description: Describe your Firebase SDK Version
42+
placeholder: ex. 9.16.0
43+
validations:
44+
required: true
45+
- type: input
46+
id: firebase-sdk-product
47+
attributes:
48+
label: Firebase SDK Product
49+
description: Describe your Firebase SDK Product
50+
placeholder: ex. Auth
51+
validations:
52+
required: true
53+
- type: textarea
54+
id: framework
55+
attributes:
56+
label: Describe the framework
57+
description: Describe the framework your app is built with
58+
placeholder: ex. React Native using ExpoGo
59+
validations:
60+
required: true
61+
- type: markdown
62+
attributes:
63+
value: |
64+
'Describe the problem'
65+
- type: textarea
66+
id: steps-to-reproduce
67+
attributes:
68+
label: Steps to reproduce
69+
description: Describe the steps to reproduce
70+
placeholder: |
71+
' What happened? How can we make the problem occur?'
72+
'This could be a description, log/console output, etc.'
73+
validations:
74+
required: true
75+
- type: input
76+
id: browser-version
77+
attributes:
78+
label: Browser Version
79+
description: Describe your browser version
80+
placeholder: |
81+
' What happened? How can we make the problem occur?'
82+
'This could be a description, log/console output, etc.'
83+
validations:
84+
required: true
85+
- type: textarea
86+
id: logs
87+
attributes:
88+
label: Relevant log output
89+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
90+
render: javascript
91+
validations:
92+
required: true
93+
- type: textarea
94+
id: reproduce-code
95+
attributes:
96+
label: Code to reproduce issue
97+
description: Please copy and paste any relevant code here to reproduce the problem or links to code to reproduce it.
98+
render: javascript
99+
validations:
100+
required: true

0 commit comments

Comments
 (0)