Skip to content

chore: direct Expo users to the forum #1102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.