Skip to content
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

docs: update bug-report template #1161

Merged
merged 1 commit into from
Sep 30, 2021
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
45 changes: 38 additions & 7 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,52 @@ Tell us what's happening here.

### Actual behavior

## Snack or minimal code example
## Reproduction

<!--
Please provide a Snack ([https://snack.expo.io/](https://snack.expo.io/)) or provide a minimal code example that reproduces the problem.
Please provide a Snack ([https://snack.expo.io/](https://snack.expo.io/)), link to a GitHub repository or provide a minimal code example that reproduces the problem. Issues without valid reproduction will be closed after a specific period.
Here are some tips for providing a minimal example: [https://stackoverflow.com/help/mcve](https://stackoverflow.com/help/mcve).
-->

## Platform
<!--
Please list platforms that the issue is affecting.
-->

- [ ] iOS
- [ ] Android
- [ ] Web
- [ ] Windows
- [ ] tvOS

## Workflow

<!--
Are you using Expo to stream you development? Please check "Managed workflow" checkbox below.
If your project uses bare react-native, please check "Bare workflow" checkbox.

Don't know? Check these docs: https://docs.expo.dev/introduction/managed-vs-bare/
-->

- [ ] Managed workflow
- [ ] Bare workflow

## Package versions

<!--
Fill in your Screens and React Native versions below.
What are the exact versions of packages that you are using?

List other libraries if relevant.
Remove packages from the table that you're not using or list additional if relevant.
-->

- React:
- React Native:
- React Native Screens:
| package | version |
| -------------------------------------- | ------- |
| react-native | |
| @react-navigation/native | |
| @react-navigation/native-stack | |
| react-native-screens | |
| react-native-safe-area-context | |
| react-native-gesture-handler | |
| react-native-reanimated | |
| expo | |