From e1a36fcf7aa28d37d9a5935bd45400fd6dd3e8e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Wed, 23 May 2018 15:58:59 -0700 Subject: [PATCH] Restore catch-all issue template Summary: Without this, people may still submit non-templated issues. Closes https://github.com/facebook/react-native/pull/19415 Differential Revision: D8128095 Pulled By: hramos fbshipit-source-id: 34666e223cd12eb123501898cb7795cef2834421 --- .github/ISSUE_TEMPLATE.md | 3 +++ .github/ISSUE_TEMPLATE/bug_report.md | 7 +------ .github/ISSUE_TEMPLATE/documentation.md | 9 +++++++++ .github/ISSUE_TEMPLATE/question.md | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/documentation.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..d31f3a36c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,3 @@ +GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native. + +Please take a look at the issue templates at https://github.com/facebook/react-native/issues/new/choose before submitting a new issue. Following one of the issue templates will ensure maintainers can route your request efficiently. Thanks! diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3c4f6e2f6..57aac5b85 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,12 +4,7 @@ about: Something is not working as expected. --- - + - [ ] I have reviewed the [documentation](https://facebook.github.io/react-native) - [ ] I have searched [existing issues](https://github.com/facebook/react-native/issues) diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 000000000..e18bdfaf1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,9 @@ +--- +name: 📖 Documentation Issue +about: Report issues with the docs at https://github.com/facebook/react-native-website/issues + +--- + +GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native. + +If you would like to report an issue in the React Native documentation, or anything related to the [React Native website](http://facebook.github.io/react-native), please visit https://github.com/facebook/react-native-website/issues. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 503775b92..bba783655 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -6,7 +6,7 @@ about: For questions about using React Native in your app. --------------^ Click "Preview" for a nicer view! -We use GitHub Issues exclusively for tracking bugs in React Native. If you need help with your React Native app, the right place to go depends on the type of help that you need. +GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native. If you need help with your React Native app, the right place to go depends on the type of help that you need. ### Stack Overflow