Update the issue template
Summary: I notice most people filing issues are ignoring the issue template. I think we should try making it more concise, in particular asking people to provide a rnplay.org reproduction if it is possible. Closes https://github.com/facebook/react-native/pull/10526 Differential Revision: D4070980 Pulled By: hramos fbshipit-source-id: 0781fb9e410d50f8000b6c8cacfd5e5f9e881317
This commit is contained in:
parent
178a19f3da
commit
2fc9d7ee43
|
@ -1,42 +1,21 @@
|
|||
## Hey there and thank you for using React Native!
|
||||
We use GitHub Issues for bugs.
|
||||
|
||||
React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. Before opening a new issue, make sure to carefully read the following guidelines.
|
||||
If you have a non-bug question, ask on Stack Overflow: http://stackoverflow.com/questions/tagged/react-native
|
||||
|
||||
- Is this something you can **debug and fix**?
|
||||
Send a pull request! Bug fixes and documentation fixes are welcome.
|
||||
- Have a **usage** question?
|
||||
We use GitHub Issues for bugs. Ask your usage question on Stack Overflow: http://stackoverflow.com/questions/tagged/react-native
|
||||
- Have an idea for a **feature**?
|
||||
Post the feature request on Product Pains, which has a voting system to surface important issues: https://productpains.com/product/react-native/
|
||||
If you have a feature request, post it on Product Pains: https://productpains.com/product/react-native/
|
||||
|
||||
GitHub issues should only be used for bugs. Make sure these boxes are checked before submitting your issue:
|
||||
--- Please use this template, and delete everything above this line before submitting your issue ---
|
||||
|
||||
- [ ] You're using the latest release of React Native: https://github.com/facebook/react-native/releases
|
||||
### Description
|
||||
|
||||
- [ ] You've searched through existing issues: https://github.com/facebook/react-native/issues
|
||||
Chances are that your issue has been reported or resolved before.
|
||||
[FILL THIS OUT: Explain what you did, what you expected to happen, and what actually happens.]
|
||||
|
||||
- [ ] You have filled out the template below, or provided an equivalent amount of detail.
|
||||
Issues without sufficient information will be labeled 'Needs more information' and will be closed until there is enough information.
|
||||
### Reproduction
|
||||
|
||||
Describe your issue in as much detail as possible. Provide **screenshots** where appropriate. Provide a **minimal code snippet** / [rnplay](https://rnplay.org/) example that reproduces the bug, or include a list of detailed list of steps that reproduce the issue.
|
||||
|
||||
--- delete everything above this line before submitting your issue ---
|
||||
|
||||
### Issue Description
|
||||
|
||||
[FILL THIS OUT]
|
||||
|
||||
### Steps to Reproduce / Code Snippets
|
||||
|
||||
[FILL THIS OUT]
|
||||
|
||||
#### Expected Results
|
||||
|
||||
[FILL THIS OUT]
|
||||
[FILL THIS OUT: Try to reproduce your bug on rnplay.org and provide a link. If you can't reproduce the bug on rnplay.org, provide a sample project.]
|
||||
|
||||
### Additional Information
|
||||
|
||||
* React Native version: [FILL THIS OUT]
|
||||
* Platform(s) (iOS, Android, or both?): [FILL THIS OUT]
|
||||
* Operating System (macOS, Linux, or Windows?): [FILL THIS OUT]
|
||||
* Platform: [FILL THIS OUT: iOS, Android, or both?]
|
||||
* Operating System: [FILL THIS OUT: MacOS, Linux, or Windows?]
|
||||
|
|
Loading…
Reference in New Issue