Skip to content

Commit 208f5f7

Browse files
authored
Update bug_report.yml
1 parent 3ae6e90 commit 208f5f7

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
name: 🐛 Bug Report
22
description: Report a reproducible bug on this React Native Boilerplate.
3-
labels: [":bug: bug"]
3+
labels: [ ":bug: bug" ]
44
title: "[BUG]: "
55
body:
6-
- type: markdown
7-
attributes:
8-
value: |
9-
⚠️ Please provide all the information requested. ⚠️
10-
- type: checkboxes
11-
id: environment
12-
attributes:
13-
label: react-native environment setup
14-
options:
15-
- label: I verified that I have not react-native-cli installed globally and be up to date about the React Native environment setup.
16-
required: true
17-
- type: textarea
6+
- type: markdown
7+
attributes:
8+
value: |
9+
⚠️ Please provide all the information requested. ⚠️
10+
- type: checkboxes
11+
id: environment
12+
attributes:
13+
label: react-native environment setup
14+
options:
15+
- label: I verified that I have not react-native-cli installed globally and be up to date about the React Native environment setup.
16+
required: true
17+
- type: textarea
1818
id: description
1919
attributes:
2020
label: Description
2121
description: Please provide a clear and concise description of what the bug is. Include screenshots and code snippet if needed.
2222
validations:
2323
required: true
24-
- type: input
25-
id: version
24+
- type: input
25+
id: version
26+
attributes:
27+
label: Version
28+
description: What boilerplate version does this appear on?
29+
validations:
30+
required: true
31+
- type: checkboxes
32+
id: device
2633
attributes:
27-
label: Version
28-
description: What boilerplate version does this appear on?
29-
validations:
30-
required: true
31-
- type: checkboxes
32-
id: device
33-
attributes:
34-
label: On which OS this issue appear on?
35-
options:
36-
- label: IOS
37-
- label: Android
38-
- type: input
34+
label: On which OS this issue appear on?
35+
options:
36+
- label: IOS
37+
- label: Android
38+
- type: input
3939
id: os
4040
attributes:
4141
label: Desktop OS

0 commit comments

Comments
 (0)