From f3003294acb5cd244f84f35dcc96ce8e8b323277 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:03:16 +0200 Subject: [PATCH] chore: direct Expo users to the forum --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 +++++-------- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f71501cb..fd20debd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,18 +1,15 @@ -name: "Bug report \U0001F41B" -description: File a bug report +name: "I use React Native" +description: "File a bug report when using Async Storage with React Native" labels: [bug] body: - type: markdown attributes: - value: |- - Thanks for taking the time to fill out this bug report! - - If you're using Expo, please check their forums for a similar issue first: https://forums.expo.io/ + value: Thanks for taking the time to fill out this bug report! - type: textarea id: what-happened attributes: label: What happened? - description: What did you expect to happen? Can you attach build logs? Can you attach screenshots? + description: What did you expect to happen? Attach build logs and screenshots here. placeholder: Tell us what you see! validations: required: true @@ -47,7 +44,7 @@ body: id: repro-steps attributes: label: Steps to Reproduce - description: Tell us how to reproduce this issue, or provide a minimal demo where your issue can be easily reproduced. + description: Provide a minimal demo and tell us how to reproduce this issue. placeholder: Tell us how to reproduce this issue. validations: required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..61da983b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: I use Expo + url: https://forums.expo.dev/tag/asyncstorage + about: I have issues with AsyncStorage and Expo.