Skip to content

Commit 1f3f88f

Browse files
authored
chore: Ask bug reporters to provide output of react-native info (#485)
1 parent bd2c08d commit 1f3f88f

File tree

2 files changed

+30
-12
lines changed

2 files changed

+30
-12
lines changed

Diff for: .github/ISSUE_TEMPLATE/01_bug_report.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,22 @@ label: 'Bug'
1414

1515
## Repro steps
1616

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

1922
## Environment
2023

21-
- **Async Storage version**: <!-- @react-native-async-storage/async-storage version set in package.json -->
22-
- **React-Native version**: <!-- React Native version set in package.json -->
23-
- **Platform tested**: <!-- iOS / Android -->
24-
- **Logs/Error that are relevant**: <!-- link to your CI logs or semantic-release logs -->
24+
- **Platforms tested**:
25+
- [ ] Android
26+
- [ ] iOS
27+
- [ ] macOS
28+
- [ ] Windows
29+
- **AsyncStorage version**: <!-- @react-native-async-storage/async-storage version set in package.json -->
30+
- **Environment**:
31+
<!--
32+
After running `npm install` or `yarn` in your repo, run `npx react-native info`
33+
and paste the output here.
34+
-->
35+
- **Logs/Errors that may be relevant**: <!-- link to your CI logs or semantic-release logs -->

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
Summary:
2-
---------
1+
## Summary
32

4-
<!-- Thank you for sending the PR!
5-
Help us understand more of your work - you can explain what you did, post a link to an issue etc. Anything helps! -->
3+
<!--
4+
Thank you for submitting a PR!
65
6+
Help us understand more of your work - you can explain what you did, post a
7+
link to an issue, screenshots etc. Anything helps!
8+
-->
79

8-
Test Plan:
9-
----------
10+
## Test Plan
1011

11-
<!-- 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. -->
12+
<!--
13+
Help us test your work (**REQUIRED**).
14+
15+
If you changed the code, please provide us with instructions of how we can
16+
try it out ourselves, so we can confirm it's working. You can also post
17+
screenshots/gifts.
18+
-->

0 commit comments

Comments
 (0)