Skip to content

Commit

Permalink
Streamline templates (facebook#23107)
Browse files Browse the repository at this point in the history
Summary:
Clarify the purpose of each issue template. Stop accepting discussions here, as there's a separate repository for that purpose.

Changelog:
----------

[General] [Changed] - Streamline issue templates on GitHub.
Pull Request resolved: facebook#23107

Differential Revision: D13777281

Pulled By: hramos

fbshipit-source-id: a5b3e790a974a6898d611f0b60f8626e315e7585
  • Loading branch information
hramos authored and facebook-github-bot committed Jan 23, 2019
1 parent b718d33 commit dda193a
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 50 deletions.
34 changes: 22 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
---
name: 🐛 Bug Report
about: Report a reproducible bug or regression in the core React Native library.
name: I want to report an issue with React Native.
about: You want to report a reproducible bug or regression in React Native.
---

<!-- Requirements: please go through this checklist before opening a new issue -->
- [ ] 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 release: https://github.com/facebook/react-native/releases
<!--
If you are looking for help, please review the documentation or ask a question on Stack Overflow:
- https://facebook.github.io/react-native
- https://stackoverflow.com/questions/tagged/react-native
If you want to report a problem with React Native itself, please fill out the template.
If you would like to report an issue in the documentation, or anything related to the React Native
website, please visit https://github.com/facebook/react-native-website/issues.
-->

## Environment
Run `react-native info` in your terminal and paste its contents here.
<!-- Run `react-native info` in your terminal and paste its contents here. -->

## Description
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
<!--
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
-->

## Reproducible Demo
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/.
If you run into an Android or JS build issue, please consider adding CI to your project. Check out https://github.com/react-native-community/ci-sample for how to do this.
Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve.
<!--
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/.
Please follow the guidelines for providing a minimal example: https://stackoverflow.com/help/mcve.
-->
21 changes: 4 additions & 17 deletions .github/ISSUE_TEMPLATE/discussion.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
---
name: 🗣 Start a Discussion
about: Use https://github.com/react-native-community/discussions-and-proposals to propose changes or discuss feature requests.
title: [Discussion]
labels: "For Discussion"
name: I want to discuss or propose a change to React Native.
about: You have an idea that could make React Native better, or you want to discuss some aspect of the framework.
---

Use https://github.com/react-native-community/discussions-and-proposals to propose changes or discuss feature requests. This helps us ensure bug reports and regressions are given the priority they require.

You may also use https://discuss.reactjs.org/ for discussions on topics that are not necessarily served by the Bug Report template.

---

# For Discussion

<!--
If you feel strongly about having your discussion in the main React Native repository, you may write your proposal here.
Please note that there is a high probability your issue will be closed by a maintainer, who may kindly ask you to move the discussion elsewhere.
-->
The React Native community has set up a separate repository to track discussions and proposals:
- https://github.com/react-native-community/discussions-and-proposals
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: 📖 Documentation Issue
about: Report issues with the docs at https://github.com/facebook/react-native-website/issues.
name: I found a problem with the documentation.
about: You want to report something that is wrong or missing from the documentation.
labels: "🚫Docs"
---

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, please visit https://github.com/facebook/react-native-website/issues.
The React Native website is hosted on a separate repository. You may let the
team know about any issues with the documentation by opening an issue there:
- https://github.com/facebook/react-native-website
- https://github.com/facebook/react-native-website/issues
21 changes: 5 additions & 16 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
---
name: 💬 Question
about: If you need help with your React Native app, the right place to go depends on the type of help that you need.
name: I need help using React Native.
about: You need help writing your React Native app.
labels: "Question"
---

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.

### Get help with your React Native app or ask code-level questions

Many members of the community use Stack Overflow to ask questions.
GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs
in the React Native framework. Please do not submit support requests through GitHub.

Many members of the community use Stack Overflow to ask questions:
* Read through the existing questions tagged with **react-native**:
http://stackoverflow.com/questions/tagged/react-native

* Ask your own:
http://stackoverflow.com/questions/ask?tags=react-native

### Talk about best practices or propose changes to React Native

For longer-form conversations about React Native, we’ve set up a discussion forum:
https://discuss.reactjs.org

This forum is a great place for discussion about best practices and application architecture as well as the future of React Native.

### Chat with React and React Native community members

If you need an answer right away, check out the Reactiflux Discord community at https://discord.gg/0ZcbPKXt5bZjGY5n. There are usually a number of React Native experts there who can help out or point you to somewhere you might want to look.

0 comments on commit dda193a

Please sign in to comment.