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

Add more information to issue template to help figure out cause of problems #3239

Merged
merged 1 commit into from
Sep 3, 2018
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
31 changes: 30 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
### Version
Tell us which versions you are using:
Tell us which versions you are using:

- react-native-router-flux v4.?.? (v3 is not supported)
- react v16.?.?
- react-native v0.?.?

<!--
Please before continuing, check if the versions that you using are compatible.
| `react-native` | `react` |
|----------------|-----------------
| 0.46.x | 16.0.0-alpha.12 |
| 0.47.x | 16.0.0-alpha.12 |
| 0.48.x | 16.0.0-alpha.12 |
| 0.49.x | 16.0.0-beta.5 |
| 0.50.x | 16.0.0 |
| 0.51.x | 16.0.0 |
| 0.52.x | 16.2.0 |
| 0.54.x | 16.3.0-alpha.1 |
| 0.55.x | 16.3.1 |
| 0.56.x | 16.4.1 |
--->

### Expected behaviour


Expand All @@ -18,5 +36,16 @@ For non-obvious bugs, please fork this component, modify Example project to repr
2.
3.

### Reproducible Demo
<!--
How to create a Minimal, Complete, and Verifiable example
https://stackoverflow.com/help/mcve
-->
Please provide a minimized reproducible demonstration of the problem you're reporting.

Issues that come with minimal repro's are resolved much more quickly than issues where a maintainer has to reproduce themselves.

<!-- Love react-native-router-flux? Please consider supporting our collective:
👉 https://opencollective.com/react-native-router-flux/donate -->