Skip to content

Commit

Permalink
chore: updated bug-report.yml, removed bug-report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Efstathios Ntonas committed Oct 13, 2023
1 parent 170a608 commit 9086810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 146 deletions.
84 changes: 0 additions & 84 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

65 changes: 3 additions & 62 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Bug report
description: Report an issue with react-native-unistyles here.
description: Report an issue with react-native-unistyles.
labels: 'Needs review'
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Before you proceed:
Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already:
- Issues tab: https://github.com/jpudysz/react-native-unistyles/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
- Closed issues tab: https://github.com/jpudysz/react-native-unistyles/issues?q=is%3Aissue+is%3Aclosed
Expand All @@ -21,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 this box. Tell us what were you expecting to happen instead of what is happening now.
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.
validations:
required: true

Expand All @@ -40,7 +38,7 @@ body:
- type: input
id: repro
attributes:
label: Snack or a link to a repository
label: Snack or a link to a repository (optional)
description: |
Please provide a Snack (https://snack.expo.io/) or a link to a repository on GitHub under your username that reproduces the issue.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve.
Expand Down Expand Up @@ -78,63 +76,6 @@ body:
validations:
required: true

- type: markdown
attributes:
value: |
## Additional information
Providing as much information as possible greatly helps us with reproducting the issues.
- type: dropdown
id: runtime
attributes:
label: JavaScript runtime
description: What runtime is your application using?
options:
- JSC
- Hermes
- V8

- type: dropdown
id: workflow
attributes:
label: Workflow
description: How is your application managed?
options:
- React Native
- Expo Go
- Expo Dev Client

- type: dropdown
id: architecture
attributes:
label: Architecture
description: What React Native architecture your application is running on? Currently, the default architecture on React Native is Paper so if you haven't changed it in your application select this option.
options:
- Paper (Old Architecture)
- Fabric (New Architecture)

- type: dropdown
id: build-type
attributes:
label: Build type
description: What mode your application is running?
multiple: true
options:
- Debug mode
- Release mode

- type: dropdown
id: emulator
attributes:
label: Device
description: How are you running your application?
multiple: true
options:
- iOS simulator
- Android emulator
- Real device

- type: dropdown
id: acknowledgements
attributes:
Expand Down

0 comments on commit 9086810

Please sign in to comment.