File tree Expand file tree Collapse file tree 2 files changed +28
-14
lines changed Expand file tree Collapse file tree 2 files changed +28
-14
lines changed Original file line number Diff line number Diff line change 10
10
options :
11
11
- label : I have searched open and closed issues.
12
12
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
14
19
- type : input
15
20
attributes :
16
21
label : Minimal reproducible example
23
28
[Learn more about creating a minimal reproducible example](https://stackoverflow.com/help/mcve).
24
29
validations :
25
30
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
26
37
- type : dropdown
27
38
attributes :
28
39
label : What platform(s) does this occur on?
32
43
- iOS
33
44
validations :
34
45
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
35
55
- type : textarea
36
56
attributes :
37
57
label : Steps to reproduce
40
60
Clearly describe what the expected behavior is and what instead is actually happening. Be concise and precise in your description.
41
61
validations :
42
62
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
43
70
- type : textarea
44
71
attributes :
45
72
render : text
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments