File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
1
name : 🐛 Bug Report
2
2
description : Report a reproducible bug on this React Native Boilerplate.
3
- labels : [":bug: bug"]
3
+ labels : [ ":bug: bug" ]
4
4
title : " [BUG]: "
5
5
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
18
18
id : description
19
19
attributes :
20
20
label : Description
21
21
description : Please provide a clear and concise description of what the bug is. Include screenshots and code snippet if needed.
22
22
validations :
23
23
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
26
33
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
39
39
id : os
40
40
attributes :
41
41
label : Desktop OS
You can’t perform that action at this time.
0 commit comments