Skip to content
Merged
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
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,28 @@ body:
description: Provide a clear and concise description of the bug.
validations:
required: true
- type: dropdown
id: affected-ios
attributes:
label: iOS Platform
description: Is iOS affected by this issue?
options:
- Not verified
- Affected
- Not affected
validations:
required: true
- type: dropdown
id: affected-android
attributes:
label: Android Platform
description: Is Android affected by this issue?
options:
- Not verified
- Affected
- Not affected
validations:
required: true
- type: input
attributes:
label: React Native version
Expand Down
Loading