Skip to content

chore: use GitHub's form schema for filing issues #690

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 2 commits into from
Oct 13, 2021
Merged
Show file tree
Hide file tree
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
41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/01_bug_report.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/02_feature_request.md

This file was deleted.

11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/03_question_discussion.md

This file was deleted.

53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: "Bug report \U0001F41B"
description: File a bug report
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/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes 🙏

- 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?
placeholder: Tell us what you see!
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of `@react-native-async-storage/async-storage` are you using?
placeholder: "Example: 1.15.9"
validations:
required: true
- type: checkboxes
id: platforms
attributes:
label: What platforms are you seeing this issue on?
description: "Select all that apply:"
options:
- label: Android
- label: iOS
- label: macOS
- label: Windows
- label: web
- type: textarea
id: system-info
attributes:
label: System Information
placeholder: Run `npx react-native info` and paste the output here.
render: true
validations:
required: true
- type: textarea
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.
placeholder: Tell us how to reproduce this issue.
validations:
required: true
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "Feature request \U0001F4A1"
description: Suggest an idea for this project
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: textarea
id: proposal
attributes:
label: Proposal
description: Provide a clear and concise description of your motivation for this proposal (e.g. \"I'm always frustrated when…\"), and what you want to happen instead.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives
description: Provide a clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: implementation
attributes:
label: Implementation Details
description: Provide a clear and concise description of how you think this could be implemented.
- type: textarea
id: additional
attributes:
label: Additional Context
description: Add any other context or screenshots about the feature request here.