Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GitHub] Consolidate issue templates #24765

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 17 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,40 @@
---
name: "🐛 Bug Report"
about: You want to report a reproducible bug or regression in React Native.
about: Report a reproducible bug or regression in React Native.
title: ''
labels: 'Bug'

---

## 🐛 Bug Report
<!--
A clear and concise description of what the bug is.
Please provide a clear and concise description of what the bug is.
Include screenshots if needed.
Please test using the latest React Native release to make sure your issue has not already been fixed: http://facebook.github.io/react-native/docs/upgrading.html
-->

## To Reproduce
React Native version:
<!--
Steps to reproduce the behavior.
Run `react-native info` in your terminal and copy the results here.
-->

## Expected Behavior
## Steps To Reproduce

1.
2.

<!--
A clear and concise description of what you expected to happen.
Issues without reproduction steps or code are likely to stall.
-->

## Code Example
Describe what you expected to happen:


Snack, code example, or link to a repository:


<!--
Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or
provide a minimal code example that reproduces the problem.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve.

Issues without a reproduction link are likely to stall.
-->

## Environment
<!--
Run `react-native info` in your terminal and copy the results here.
-->
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/discussion.md

This file was deleted.

8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: "📃 Documentation Bug"
about: You want to report something that is wrong or missing from the documentation.
name: "📃 Documentation Issue"
about: Documentation issues are handled in https://github.com/facebook/react-native-website.
title: 'Docs:'
labels: 'Type: Docs'

---

🚨 Please do not open a documentation issue in the core React Native repository. 🚨

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

### Please do not open a documentation issue in the core React Native repository.
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
name: "🤔 Questions and Help"
about: You need help writing your React Native app.
about: The issue tracker is not for questions. Please ask questions on https://stackoverflow.com/questions/tagged/react-native.
title: 'Question: '
labels: 'Type: Question'

---

We use GitHub Issues exclusively to track bugs in React Native. As it happens, support requests that are created as issues are likely to be closed. We want to make sure you are able to find the help you seek. Please take a look at the following resources.
🚨 The issue tracker is not for questions. 🚨

As it happens, support requests that are created as issues are likely to be closed. We want to make sure you are able to find the help you seek. Please take a look at the following resources.

## Coding Questions

Expand All @@ -22,5 +23,12 @@ If you have a coding question related to React Native, it might be better suited

Reactiflux is an active community of React and React Native developers. If you are looking for immediate assistance or have a general question about React Native, the #react-native channel is a good place to start.

If you want to participate in casual discussions about the use of React Native, consider participating in one of the following forums:
- Discord Community: https://discord.gg/0ZcbPKXt5bZjGY5n
- Spectrum Chat: https://spectrum.chat/react-native
- Facebook Group: https://www.facebook.com/groups/react.native.community

If you'd like to discuss topics related to the future of React Native, or would like to propose a new feature or change before sending a pull request, please check out the discussions and proposals repo:
- https://github.com/react-native-community/discussions-and-proposals

> For a full list of community resources, check out React Native's Community page at https://facebook.github.io/react-native/help.
45 changes: 0 additions & 45 deletions .github/ISSUE_TEMPLATE/regression.md

This file was deleted.