Skip to content

Commit 829e9ba

Browse files
hramosfacebook-github-bot
authored andcommitted
Add Feature Request template
Summary: Closes facebook#19498 Differential Revision: D8197147 Pulled By: hramos fbshipit-source-id: 0668b885a0eb04a3af948f5643649d5b68488c71
1 parent 95554ad commit 829e9ba

File tree

4 files changed

+36
-20
lines changed

4 files changed

+36
-20
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
---
22
name: 🐛 Bug Report
3-
about: Something is not working as expected.
4-
3+
about: Report a reproducible bug or regression in the core React Native library.
54
---
65

7-
<!-- GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native. -->
6+
<!-- Requirements: please go through this checklist before opening a new issue -->
7+
- [ ] Review the documentation: https://facebook.github.io/react-native
8+
- [ ] Search for existing issues: https://github.com/facebook/react-native/issues
9+
- [ ] Use the latest React Native version: https://github.com/facebook/react-native/releases
10+
- [ ] Run `react-native info` in your terminal and paste its contents under "Environment"
11+
- [ ] Let us know how to reproduce the issue. Include a code sample, share a project, or
12+
share an app that reproduces the issue using https://snack.expo.io/
813

9-
- [ ] I have reviewed the [documentation](https://facebook.github.io/react-native)
10-
- [ ] I have searched [existing issues](https://github.com/facebook/react-native/issues)
11-
- [ ] I am using the [latest React Native version](https://github.com/facebook/react-native/releases)
14+
## Environment
15+
<!-- Required. -->
1216

17+
## Description
1318
<!-- Describe your issue in detail. -->
1419

15-
## Environment
16-
<!-- Required. Run `react-native info` in your terminal and paste its contents here. -->
17-
1820
## Steps to Reproduce
19-
<!--
20-
Required. Let us know how to reproduce the issue. Include a code sample, share a project,
21-
or share an app that reproduces the issue using [Snack](https://snack.expo.io/).
22-
-->
21+
<!-- Required. -->
2322

2423
## Expected Behavior
2524
<!-- Write what you thought would happen. -->
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: 🗣 Start a Discussion
3+
about: Use https://discuss.reactjs.org/ to propose changes or discuss feature requests.
4+
5+
guidelines: |
6+
If you feel strongly about starting a discussion as a GitHub Issue instead of using the discussion forum, please follow this template.
7+
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.
8+
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.
9+
10+
---
11+
12+
## For Discussion
13+
14+
<!-- Describe your issue in detail. -->
15+
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
name: 📖 Documentation Issue
3-
about: Report issues with the docs at https://github.com/facebook/react-native-website/issues
3+
about: Report issues with the docs at https://github.com/facebook/react-native-website/issues.
44

55
---
66

7+
--------------^ Click "Preview" for a nicer view!
8+
79
GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native.
810

911
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.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
name: 💬 Question
3-
about: For questions about using React Native in your app.
3+
about: If you need help with your React Native app, the right place to go depends on the type of help that you need.
44

55
---
66

77
--------------^ Click "Preview" for a nicer view!
88

9-
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.
9+
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.
1010

11-
### Stack Overflow
11+
### Get help with your React Native app or ask code-level questions
1212

1313
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)!
1414

15-
### Discussion Forum
15+
### Talk about best practices or propose changes to React Native
1616

17-
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.
17+
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.
1818

19-
### Reactiflux Chat
19+
### Chat with React and React Native community members
2020

2121
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.

0 commit comments

Comments
 (0)