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 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
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?
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
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments