Skip to content

Commit 25ee3e0

Browse files
hramosfacebook-github-bot
authored andcommitted
Consolidate issue templates (#24765)
Summary: Eliminate the regression template, as it is hardly used and it is already served by the bug report template. Triagers can add the Regression label selectively, or we can do so through the bot. Eliminate the discussion template, as it is not meant to be used and we can point people in the right direction using the existing questions template. Rename the document bug template, and point people to the website repo. Update the bug report template, and be less prescriptive about how an issue is reported. As long as the issue is well-described and the steps to repro can be reasonably followed by someone who is investigating the bug, we'll be happy. [Internal] [Changed] - Consolidated issue templates. Pull Request resolved: #24765 Differential Revision: D15276866 Pulled By: cpojer fbshipit-source-id: d99a174982d2454d8cad3a195dfd627a07438611
1 parent 71c3c23 commit 25ee3e0

File tree

5 files changed

+31
-85
lines changed

5 files changed

+31
-85
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,40 @@
11
---
22
name: "🐛 Bug Report"
3-
about: You want to report a reproducible bug or regression in React Native.
3+
about: Report a reproducible bug or regression in React Native.
44
title: ''
55
labels: 'Bug'
66

77
---
88

9-
## 🐛 Bug Report
109
<!--
11-
A clear and concise description of what the bug is.
10+
Please provide a clear and concise description of what the bug is.
1211
Include screenshots if needed.
12+
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
1313
-->
1414

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

20-
## Expected Behavior
20+
## Steps To Reproduce
21+
22+
1.
23+
2.
24+
2125
<!--
22-
A clear and concise description of what you expected to happen.
26+
Issues without reproduction steps or code are likely to stall.
2327
-->
2428

25-
## Code Example
29+
Describe what you expected to happen:
30+
31+
32+
Snack, code example, or link to a repository:
33+
34+
2635
<!--
2736
Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or
2837
provide a minimal code example that reproduces the problem.
2938
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve.
30-
31-
Issues without a reproduction link are likely to stall.
3239
-->
3340

34-
## Environment
35-
<!--
36-
Run `react-native info` in your terminal and copy the results here.
37-
-->

.github/ISSUE_TEMPLATE/discussion.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
name: "📃 Documentation Bug"
3-
about: You want to report something that is wrong or missing from the documentation.
2+
name: "📃 Documentation Issue"
3+
about: Documentation issues are handled in https://github.com/facebook/react-native-website.
44
title: 'Docs:'
55
labels: 'Type: Docs'
66

77
---
88

9+
🚨 Please do not open a documentation issue in the core React Native repository. 🚨
10+
911
The React Native website is hosted on a separate repository. You may let the
1012
team know about any issues with the documentation by opening an issue there:
1113
- https://github.com/facebook/react-native-website
1214
- https://github.com/facebook/react-native-website/issues
13-
14-
### Please do not open a documentation issue in the core React Native repository.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
name: "🤔 Questions and Help"
3-
about: You need help writing your React Native app.
3+
about: The issue tracker is not for questions. Please ask questions on https://stackoverflow.com/questions/tagged/react-native.
44
title: 'Question: '
55
labels: 'Type: Question'
66

77
---
88

9-
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.
9+
🚨 The issue tracker is not for questions. 🚨
1010

11+
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.
1112

1213
## Coding Questions
1314

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

2324
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.
2425

26+
If you want to participate in casual discussions about the use of React Native, consider participating in one of the following forums:
27+
- Discord Community: https://discord.gg/0ZcbPKXt5bZjGY5n
28+
- Spectrum Chat: https://spectrum.chat/react-native
29+
- Facebook Group: https://www.facebook.com/groups/react.native.community
30+
31+
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:
32+
- https://github.com/react-native-community/discussions-and-proposals
2533

2634
> For a full list of community resources, check out React Native's Community page at https://facebook.github.io/react-native/help.

.github/ISSUE_TEMPLATE/regression.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)