Skip to content

Commit b7b02e7

Browse files
authored
Update bug_report.yml
1 parent 04b8ad8 commit b7b02e7

File tree

1 file changed

+31
-9
lines changed

1 file changed

+31
-9
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+31-9
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,56 @@ body:
66
attributes:
77
value: |
88
Please provide all the information requested. Issues that do not follow this format are likely to stall.
9+
910
- type: textarea
1011
id: description
1112
attributes:
1213
label: Description
14+
description: Briefly describe the issue and the expected versus actual behavior.
1315
validations:
1416
required: true
17+
1518
- type: input
16-
id: version
19+
id: skia_version
1720
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.
2023
validations:
2124
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+
2243
- type: textarea
2344
id: reproduction
2445
attributes:
25-
label: Steps to reproduce
46+
label: Steps to Reproduce
2647
description: Provide a detailed list of steps that reproduce the issue.
2748
validations:
2849
required: true
50+
2951
- type: textarea
3052
id: extra
3153
attributes:
32-
label: Snack, code example, screenshot, or link to a repository
54+
label: Snack, Code Example, Screenshot, or Link to Repository
3355
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.
3557
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.
3860
validations:
39-
required: true
61+
required: true

0 commit comments

Comments
 (0)