Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo authored Jul 30, 2023
1 parent 8f60f94 commit d381768
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ body:
options:
- label: I have searched the existing issues
required: true
- type: checkboxes
attributes:
label: Do you want this issue prioritized?
description: If this issue is urgent, you can add prioritize it via a <a href="https://github.com/sponsors/nandorojo?frequency=one-time&sponsor=nandorojo">sponsorship on GitHub</a>. Feel free to tag @nandorojo here in the issue description if you sponsor.
options:
- label: Yes, I have sponsored
- label: Not urgent
- type: textarea
attributes:
label: Current Behavior
Expand Down Expand Up @@ -57,8 +64,10 @@ body:
label: Reproduction
description: |
Please add a link to an Expo Snack or a **minimal reproduction**.
If you can reproduce on Web, the easiest way to share a reproduction is by <a href="https://stackblitz.com/edit/nextjs-v5vkju?file=pages%2Findex.tsx">forking the StackBlitz starter</a>.
You can use the starter app:
If the issue only happens on native, you can use the starter app:
```sh
npx create-react-native-app -t with-moti
Expand Down

0 comments on commit d381768

Please sign in to comment.