From 829e9ba1803c37f538def6ba25a5a91f9c428914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Tue, 29 May 2018 17:24:31 -0700 Subject: [PATCH] Add Feature Request template Summary: Closes https://github.com/facebook/react-native/pull/19498 Differential Revision: D8197147 Pulled By: hramos fbshipit-source-id: 0668b885a0eb04a3af948f5643649d5b68488c71 --- .github/ISSUE_TEMPLATE/bug_report.md | 27 ++++++++++++------------- .github/ISSUE_TEMPLATE/discussion.md | 15 ++++++++++++++ .github/ISSUE_TEMPLATE/documentation.md | 4 +++- .github/ISSUE_TEMPLATE/question.md | 12 +++++------ 4 files changed, 37 insertions(+), 21 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/discussion.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 57aac5b85..7012b1da2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,25 +1,24 @@ --- name: 🐛 Bug Report -about: Something is not working as expected. - +about: Report a reproducible bug or regression in the core React Native library. --- - - -- [ ] I have reviewed the [documentation](https://facebook.github.io/react-native) -- [ ] I have searched [existing issues](https://github.com/facebook/react-native/issues) -- [ ] I am using the [latest React Native version](https://github.com/facebook/react-native/releases) - - + + - [ ] Review the documentation: https://facebook.github.io/react-native + - [ ] Search for existing issues: https://github.com/facebook/react-native/issues + - [ ] Use the latest React Native version: https://github.com/facebook/react-native/releases + - [ ] Run `react-native info` in your terminal and paste its contents under "Environment" + - [ ] Let us know how to reproduce the issue. Include a code sample, share a project, or + share an app that reproduces the issue using https://snack.expo.io/ ## Environment - + + +## Description + ## Steps to Reproduce - + ## Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md new file mode 100644 index 000000000..ed1ede394 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -0,0 +1,15 @@ +--- +name: 🗣 Start a Discussion +about: Use https://discuss.reactjs.org/ to propose changes or discuss feature requests. + +guidelines: | + If you feel strongly about starting a discussion as a GitHub Issue instead of using the discussion forum, please follow this template. + We kindly ask that issues of this type are kept to a minimum to ensure bug reports and regressions are given the priority they require. + Maintainers may flag an issue for Stack Overflow or kindly ask you to move the discussion to https://discuss.reactjs.org at their own discretion. + +--- + +## For Discussion + + + diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index e18bdfaf1..1a4751ee5 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -1,9 +1,11 @@ --- name: 📖 Documentation Issue -about: Report issues with the docs at https://github.com/facebook/react-native-website/issues +about: Report issues with the docs at https://github.com/facebook/react-native-website/issues. --- +--------------^ Click "Preview" for a nicer view! + 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 bba783655..cc203120f 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,21 +1,21 @@ --- name: 💬 Question -about: For questions about using React Native in your app. +about: If you need help with your React Native app, the right place to go depends on the type of help that you need. --- --------------^ Click "Preview" for a nicer view! -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. +GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native. GitHub may not be the ideal place to ask questions about using React Native, but we have compiled a list of resources that should help. -### Stack Overflow +### Get help with your React Native app or ask code-level questions Many members of the community use Stack Overflow to ask questions. Read through the [existing questions](http://stackoverflow.com/questions/tagged/react-native?sort=frequent) tagged with **react-native** or [ask your own](http://stackoverflow.com/questions/ask?tags=react-native)! -### Discussion Forum +### Talk about best practices or propose changes to React Native -For longer-form conversations about React Native, we’ve set up a [discussion forum at **discuss.reactjs.org**](https://discuss.reactjs.org/t/welcome-react-native-community-group/10239). This forum is a great place for discussion about best practices and application architecture as well as the future of React Native. If you have an answerable code-level question, please post it to [Stack Overflow](http://stackoverflow.com/questions/ask?tags=react-native) instead. +For longer-form conversations about React Native, we’ve set up a [discussion forum at **discuss.reactjs.org**](https://discuss.reactjs.org/t/welcome-react-native-community-group/10239). This forum is a great place for discussion about best practices and application architecture as well as the future of React Native. -### Reactiflux Chat +### Chat with React and React Native community members If you need an answer right away, check out the [Reactiflux Discord](https://discord.gg/0ZcbPKXt5bZjGY5n) community. There are usually a number of React Native experts there who can help out or point you to somewhere you might want to look.