Skip to content

Commit bbf2179

Browse files
authored
chore: direct Expo users to the forum (#1102)
1 parent a710f74 commit bbf2179

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
name: "Bug report \U0001F41B"
2-
description: File a bug report
1+
name: "I use React Native"
2+
description: "File a bug report when using Async Storage with React Native"
33
labels: [bug]
44
body:
55
- type: markdown
66
attributes:
7-
value: |-
8-
Thanks for taking the time to fill out this bug report!
9-
10-
If you're using Expo, please check their forums for a similar issue first: https://forums.expo.io/
7+
value: Thanks for taking the time to fill out this bug report!
118
- type: textarea
129
id: what-happened
1310
attributes:
1411
label: What happened?
15-
description: What did you expect to happen? Can you attach build logs? Can you attach screenshots?
12+
description: What did you expect to happen? Attach build logs and screenshots here.
1613
placeholder: Tell us what you see!
1714
validations:
1815
required: true
@@ -47,7 +44,7 @@ body:
4744
id: repro-steps
4845
attributes:
4946
label: Steps to Reproduce
50-
description: Tell us how to reproduce this issue, or provide a minimal demo where your issue can be easily reproduced.
47+
description: Provide a minimal demo and tell us how to reproduce this issue.
5148
placeholder: Tell us how to reproduce this issue.
5249
validations:
5350
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: I use Expo
4+
url: https://forums.expo.dev/tag/asyncstorage
5+
about: I have issues with AsyncStorage and Expo.

0 commit comments

Comments
 (0)