From f172ade4ae2e7ee0a916343d4e494ef78c0ac64e Mon Sep 17 00:00:00 2001 From: Spencer Carli Date: Sun, 20 Aug 2017 15:08:56 -0500 Subject: [PATCH] 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' --- .github/ISSUE_TEMPLATE.md | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6bf289c..3b3593c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,22 +1,29 @@ - +## 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. 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_ ### Your Environment - +- _Include as many relevant details about the environment you experienced the bug in_ | software | version | ---------------- | ------- -| react-navigation | -| react-native | -| node | +| react-navigation | +| react-native | +| node | | npm or yarn |