From d381768e3556ab79d8002ac584e356f46132481d Mon Sep 17 00:00:00 2001 From: Fernando Rojo Date: Sun, 30 Jul 2023 14:54:53 -0400 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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