Skip to content

Commit 29c28da

Browse files
authored
chore: improve issue template again (#804)
1 parent 3ae06ee commit 29c28da

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/custom.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ body:
1212
required: true
1313
- type: checkboxes
1414
attributes:
15-
label: I have read and understood the [license](https://github.com/react-native-documents/document-picker/blob/main/LICENSE.md).
15+
label: I have read and understood the license (link below).
1616
options:
17-
- label: I have read and understood the license.
17+
- label: I have read and understood the [license](https://github.com/react-native-documents/document-picker/blob/main/LICENSE.md).
1818
required: true
1919
- type: input
2020
attributes:
@@ -28,12 +28,6 @@ body:
2828
[Learn more about creating a minimal reproducible example](https://stackoverflow.com/help/mcve).
2929
validations:
3030
required: true
31-
- type: checkboxes
32-
attributes:
33-
label: If the issue is related to specific file(s), I have linked the files so that others can reproduce exactly what I see.
34-
options:
35-
- label: I have attached files necessary to reproduce the problem (if applicable).
36-
required: true
3731
- type: dropdown
3832
attributes:
3933
label: What platform(s) does this occur on?
@@ -60,6 +54,12 @@ body:
6054
Clearly describe what the expected behavior is and what instead is actually happening. Be concise and precise in your description.
6155
validations:
6256
required: true
57+
- type: checkboxes
58+
attributes:
59+
label: If the issue is related to specific file(s), I have linked the files so that others can reproduce exactly what I see.
60+
options:
61+
- label: I have attached files necessary to reproduce the problem (if applicable).
62+
required: true
6363
- type: textarea
6464
attributes:
6565
label: Stacktrace of the crash (if applicable)

0 commit comments

Comments
 (0)