Skip to content

Commit 3ae06ee

Browse files
authored
chore: improve issue template (#803)
1 parent bb1fd89 commit 3ae06ee

File tree

2 files changed

+28
-14
lines changed

2 files changed

+28
-14
lines changed

.github/ISSUE_TEMPLATE/custom.yaml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ body:
1010
options:
1111
- label: I have searched open and closed issues.
1212
required: true
13-
13+
- type: checkboxes
14+
attributes:
15+
label: I have read and understood the [license](https://github.com/react-native-documents/document-picker/blob/main/LICENSE.md).
16+
options:
17+
- label: I have read and understood the license.
18+
required: true
1419
- type: input
1520
attributes:
1621
label: Minimal reproducible example
@@ -23,6 +28,12 @@ body:
2328
[Learn more about creating a minimal reproducible example](https://stackoverflow.com/help/mcve).
2429
validations:
2530
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
2637
- type: dropdown
2738
attributes:
2839
label: What platform(s) does this occur on?
@@ -32,6 +43,15 @@ body:
3243
- iOS
3344
validations:
3445
required: true
46+
- type: dropdown
47+
attributes:
48+
label: Did you reproduce on a real device or emulator / simulator?
49+
multiple: false
50+
options:
51+
- real device
52+
- emulator / simulator
53+
validations:
54+
required: true
3555
- type: textarea
3656
attributes:
3757
label: Steps to reproduce
@@ -40,6 +60,13 @@ body:
4060
Clearly describe what the expected behavior is and what instead is actually happening. Be concise and precise in your description.
4161
validations:
4262
required: true
63+
- type: textarea
64+
attributes:
65+
label: Stacktrace of the crash (if applicable)
66+
description: |
67+
Give the stacktrace of the crash, or explain the error message you are seeing.
68+
validations:
69+
required: true
4370
- type: textarea
4471
attributes:
4572
render: text

patches/react-native-test-app+3.2.0.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)