6
6
attributes :
7
7
value : |
8
8
Please provide all the information requested. Issues that do not follow this format are likely to stall.
9
+
9
10
- type : textarea
10
11
id : description
11
12
attributes :
12
13
label : Description
14
+ description : Briefly describe the issue and the expected versus actual behavior.
13
15
validations :
14
16
required : true
17
+
15
18
- type : input
16
- id : version
19
+ id : skia_version
17
20
attributes :
18
- label : Version
19
- description : What react-native-skia version does this appear on?
21
+ label : React Native Skia Version
22
+ description : Specify the version of react-native-skia where the issue occurs.
20
23
validations :
21
24
required : true
25
+
26
+ - type : input
27
+ id : react_native_version
28
+ attributes :
29
+ label : React Native Version
30
+ description : Specify the version of React Native used.
31
+ validations :
32
+ required : true
33
+
34
+ - type : checkbox
35
+ id : new_architecture
36
+ attributes :
37
+ label : Using New Architecture
38
+ description : Check this box if the new architecture is enabled.
39
+ options :
40
+ - label : Enabled
41
+ required : false
42
+
22
43
- type : textarea
23
44
id : reproduction
24
45
attributes :
25
- label : Steps to reproduce
46
+ label : Steps to Reproduce
26
47
description : Provide a detailed list of steps that reproduce the issue.
27
48
validations :
28
49
required : true
50
+
29
51
- type : textarea
30
52
id : extra
31
53
attributes :
32
- label : Snack, code example, screenshot , or link to a repository
54
+ label : Snack, Code Example, Screenshot , or Link to Repository
33
55
description : |
34
- Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
56
+ Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or a minimal code example that reproduces the problem.
35
57
You may provide a screenshot of the application if you think it is relevant to your bug report.
36
- Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve
37
- Please note that a reproducer is mandatory. Issues without reproducer are more likely to stall and will be closed.
58
+ Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve.
59
+ A reproducer is mandatory. Issues without reproducers are more likely to stall and may be closed.
38
60
validations :
39
- required : true
61
+ required : true
0 commit comments