Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 28 additions & 1 deletion .github/ISSUE_TEMPLATE/custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ body:
options:
- label: I have searched open and closed issues.
required: true

- type: checkboxes
attributes:
label: I have read and understood the [license](https://github.com/react-native-documents/document-picker/blob/main/LICENSE.md).
options:
- label: I have read and understood the license.
required: true
- type: input
attributes:
label: Minimal reproducible example
Expand All @@ -23,6 +28,12 @@ body:
[Learn more about creating a minimal reproducible example](https://stackoverflow.com/help/mcve).
validations:
required: true
- type: checkboxes
attributes:
label: If the issue is related to specific file(s), I have linked the files so that others can reproduce exactly what I see.
options:
- label: I have attached files necessary to reproduce the problem (if applicable).
required: true
- type: dropdown
attributes:
label: What platform(s) does this occur on?
Expand All @@ -32,6 +43,15 @@ body:
- iOS
validations:
required: true
- type: dropdown
attributes:
label: Did you reproduce on a real device or emulator / simulator?
multiple: false
options:
- real device
- emulator / simulator
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
Expand All @@ -40,6 +60,13 @@ body:
Clearly describe what the expected behavior is and what instead is actually happening. Be concise and precise in your description.
validations:
required: true
- type: textarea
attributes:
label: Stacktrace of the crash (if applicable)
description: |
Give the stacktrace of the crash, or explain the error message you are seeing.
validations:
required: true
- type: textarea
attributes:
render: text
Expand Down
13 changes: 0 additions & 13 deletions patches/react-native-test-app+3.2.0.patch

This file was deleted.

Loading