mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
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:
parent
ae9fb10e60
commit
f172ade4ae
25
.github/ISSUE_TEMPLATE.md
vendored
25
.github/ISSUE_TEMPLATE.md
vendored
@ -1,18 +1,25 @@
|
||||
<!---
|
||||
BEFORE YOU SUBMIT please search open/closed issues since someone might have asked the same thing before!
|
||||
-->
|
||||
## Before You Start...
|
||||
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
|
||||
<!--- If describing a bug, tell us what happens instead of the expected behavior.
|
||||
Provide a screenshot when possible and full code sample -->
|
||||
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
|
||||
- _If describing a bug, tell us what happens. Provide a screenshot when possible and full code sample_
|
||||
- _If suggesting a change/improvement, explain the difference from current behavior_
|
||||
|
||||
### Expected Behavior
|
||||
<!--- 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 describing a bug, tell us what should happen_
|
||||
- _If you're suggesting a change/improvement, tell us how it should work_
|
||||
|
||||
### 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
|
||||
| ---------------- | -------
|
||||
|
Loading…
x
Reference in New Issue
Block a user