Skip to content

chore: Ask bug reporters to provide output of react-native info #485

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
Nov 8, 2020
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
21 changes: 16 additions & 5 deletions .github/ISSUE_TEMPLATE/01_bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,22 @@ label: 'Bug'

## Repro steps

<!-- Please provide us steps (in points) how we can reproduce the issue. -->
<!--
- Please provide step-by-step instructions on how to reproduce the issue.
- Better yet, provide a repo/branch where the issue is easily reproducible.
-->

## Environment

- **Async Storage version**: <!-- @react-native-async-storage/async-storage version set in package.json -->
- **React-Native version**: <!-- React Native version set in package.json -->
- **Platform tested**: <!-- iOS / Android -->
- **Logs/Error that are relevant**: <!-- link to your CI logs or semantic-release logs -->
- **Platforms tested**:
- [ ] Android
- [ ] iOS
- [ ] macOS
- [ ] Windows
- **AsyncStorage version**: <!-- @react-native-async-storage/async-storage version set in package.json -->
- **Environment**:
<!--
After running `npm install` or `yarn` in your repo, run `npx react-native info`
and paste the output here.
-->
- **Logs/Errors that may be relevant**: <!-- link to your CI logs or semantic-release logs -->
21 changes: 14 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Summary:
---------
## Summary

<!-- Thank you for sending the PR!
Help us understand more of your work - you can explain what you did, post a link to an issue etc. Anything helps! -->
<!--
Thank you for submitting a PR!

Help us understand more of your work - you can explain what you did, post a
link to an issue, screenshots etc. Anything helps!
-->

Test Plan:
----------
## Test Plan

<!-- Help us test your work (**REQUIRED**). If you changed the code, please provide us with instructions of how we can try it out ourselves, so we can confirm it's working. You can also post screenshots/gifts. -->
<!--
Help us test your work (**REQUIRED**).

If you changed the code, please provide us with instructions of how we can
try it out ourselves, so we can confirm it's working. You can also post
screenshots/gifts.
-->