Add additional guidance information to the GitHub issue template. (#2428)

* Add additional guidance information to the GitHub issue template.

- Provides links to best places to ask usage questions.
- Uncomments guiding information in issue template that wasn't visible when creating issue.
- Based on questions asked here: https://new-issue.vuejs.org/#modal

* Remove  ' instead of the expected behavior'
This commit is contained in:
Spencer Carli 2017-08-20 15:08:56 -05:00 committed by Matt Hamil
parent ae9fb10e60
commit f172ade4ae

View File

@ -1,22 +1,29 @@
<!--- ## Before You Start...
BEFORE YOU SUBMIT please search open/closed issues since someone might have asked the same thing before! The issue list is reserved exclusively for bug reports and feature requests. That means we do not accept usage questions.
-->
For usage questions, please use the following resources:
- [Read the docs](https://reactnavigation.org/)
- [Ask on the Reactiflux (#react-navigation)](https://discord.gg/reactiflux)
- [Look for / ask questions on StackOverflow](https://stackoverflow.com/questions/tagged/react-navigation)
- Also try to search for your issue - it may have already been answered or even fixed in the development branch. However, if you find that an old, closed issue still persists in the latest version, you should open a new issue.
---
### Current Behavior ### Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior. - _If describing a bug, tell us what happens. Provide a screenshot when possible and full code sample_
Provide a screenshot when possible and full code sample --> - _If suggesting a change/improvement, explain the difference from current behavior_
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
### Expected Behavior ### Expected Behavior
<!--- If you're describing a bug, tell us what should happen --> - _If you're describing a bug, tell us what should happen_
<!--- If you're suggesting a change/improvement, tell us how it should work --> - _If you're suggesting a change/improvement, tell us how it should work_
### Your Environment ### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in --> - _Include as many relevant details about the environment you experienced the bug in_
| software | version | software | version
| ---------------- | ------- | ---------------- | -------
| react-navigation | | react-navigation |
| react-native | | react-native |
| node | | node |
| npm or yarn | | npm or yarn |