Skip to content

Commit

Permalink
Merge pull request #38 from jpudysz/feature/template
Browse files Browse the repository at this point in the history
chore: update ticket template
  • Loading branch information
jpudysz authored Oct 13, 2023
2 parents 5dd34c4 + a80af73 commit eca3c2c
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body:
id: description
attributes:
label: Description
description: Please provide a clear, concise and descriptive explanation of what the bug is. Include screenshots or a video if needed by drag and dropping them to the box above.
description: Please provide a clear, concise and descriptive explanation of what the bug is. Include screenshots or a video if needed by drag and dropping them to the box below.
validations:
required: true

Expand Down Expand Up @@ -59,7 +59,7 @@ body:
attributes:
label: React Native version
description: What version of react-native are you using?
placeholder: 0.72.0
placeholder: 0.73.0
validations:
required: true

Expand All @@ -72,16 +72,6 @@ body:
options:
- Android
- iOS
- Web
validations:
required: true

- type: dropdown
id: acknowledgements
attributes:
label: Acknowledgements
description: I searched for similar issues in the repository.
options:
- 'Yes'
- React Native Web
validations:
required: true

0 comments on commit eca3c2c

Please sign in to comment.