mirror of
https://github.com/status-im/react-native.git
synced 2025-02-22 22:28:09 +00:00
Streamline templates (#23107)
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: https://github.com/facebook/react-native/pull/23107 Differential Revision: D13777281 Pulled By: hramos fbshipit-source-id: a5b3e790a974a6898d611f0b60f8626e315e7585
This commit is contained in:
parent
b718d33721
commit
dda193ae77
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,21 +1,31 @@
|
|||||||
---
|
---
|
||||||
name: 🐛 Bug Report
|
name: I want to report an issue with React Native.
|
||||||
about: Report a reproducible bug or regression in the core React Native library.
|
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
|
If you are looking for help, please review the documentation or ask a question on Stack Overflow:
|
||||||
- [ ] Search for existing issues: https://github.com/facebook/react-native/issues
|
- https://facebook.github.io/react-native
|
||||||
- [ ] Use the latest React Native release: https://github.com/facebook/react-native/releases
|
- 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
|
## 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
|
## 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
|
## 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/.
|
Let us know how to reproduce the issue. Include a code sample, share a project,
|
||||||
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.
|
or share an app that reproduces the issue using https://snack.expo.io/.
|
||||||
Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve.
|
|
||||||
|
Please follow the guidelines for providing a minimal example: https://stackoverflow.com/help/mcve.
|
||||||
|
-->
|
||||||
|
21
.github/ISSUE_TEMPLATE/discussion.md
vendored
21
.github/ISSUE_TEMPLATE/discussion.md
vendored
@ -1,20 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: 🗣 Start a Discussion
|
name: I want to discuss or propose a change to React Native.
|
||||||
about: Use https://github.com/react-native-community/discussions-and-proposals to propose changes or discuss feature requests.
|
about: You have an idea that could make React Native better, or you want to discuss some aspect of the framework.
|
||||||
title: [Discussion]
|
|
||||||
labels: "For Discussion"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
The React Native community has set up a separate repository to track discussions and proposals:
|
||||||
|
- https://github.com/react-native-community/discussions-and-proposals
|
||||||
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.
|
|
||||||
-->
|
|
||||||
|
11
.github/ISSUE_TEMPLATE/documentation.md
vendored
11
.github/ISSUE_TEMPLATE/documentation.md
vendored
@ -1,9 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: 📖 Documentation Issue
|
name: I found a problem with the documentation.
|
||||||
about: Report issues with the docs at https://github.com/facebook/react-native-website/issues.
|
about: You want to report something that is wrong or missing from the documentation.
|
||||||
labels: "🚫Docs"
|
labels: "🚫Docs"
|
||||||
---
|
---
|
||||||
|
|
||||||
GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native.
|
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:
|
||||||
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.
|
- https://github.com/facebook/react-native-website
|
||||||
|
- https://github.com/facebook/react-native-website/issues
|
||||||
|
21
.github/ISSUE_TEMPLATE/question.md
vendored
21
.github/ISSUE_TEMPLATE/question.md
vendored
@ -1,28 +1,17 @@
|
|||||||
---
|
---
|
||||||
name: 💬 Question
|
name: I need help using React Native.
|
||||||
about: If you need help with your React Native app, the right place to go depends on the type of help that you need.
|
about: You need help writing your React Native app.
|
||||||
labels: "Question"
|
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.
|
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.
|
||||||
### Get help with your React Native app or ask code-level questions
|
|
||||||
|
|
||||||
Many members of the community use Stack Overflow to ask questions.
|
|
||||||
|
|
||||||
|
Many members of the community use Stack Overflow to ask questions:
|
||||||
* Read through the existing questions tagged with **react-native**:
|
* Read through the existing questions tagged with **react-native**:
|
||||||
http://stackoverflow.com/questions/tagged/react-native
|
http://stackoverflow.com/questions/tagged/react-native
|
||||||
|
|
||||||
* Ask your own:
|
* Ask your own:
|
||||||
http://stackoverflow.com/questions/ask?tags=react-native
|
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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user