File tree Expand file tree Collapse file tree 2 files changed +44
-38
lines changed Expand file tree Collapse file tree 2 files changed +44
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : :bug: Bug report
2
+ description : Report a reproducible bug on this React Native Boilerplate.
3
+ labels : [":bug: bug"]
4
+ title : " [BUG]: "
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
18
+ id : description
19
+ attributes :
20
+ label : Description
21
+ description : Please provide a clear and concise description of what the bug is. Include screenshots and code snippet if needed.
22
+ validations :
23
+ required : true
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
33
+ attributes :
34
+ label : On which OS this issue appear on?
35
+ options :
36
+ - label : IOS
37
+ - label : Android
38
+ - type : input
39
+ id : os
40
+ attributes :
41
+ label : Desktop OS
42
+ description : What is the OS of your machine?
43
+ validations :
44
+ required : true
You can’t perform that action at this time.
0 commit comments