diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index a7db3907..7b53ac6c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -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 sponsorship on GitHub. 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
@@ -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 forking the StackBlitz starter.
- 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