react-native/.github/ISSUE_TEMPLATE.md

37 lines
1.6 KiB
Markdown
Raw Normal View History

<details>
**Issues that do not describe a bug or do not fill out the template below will be closed**
We use GitHub Issues exclusively for tracking bugs in React Native.
- If you're looking for help with your code, consider asking on Stack Overflow instead: http://stackoverflow.com/questions/tagged/react-native
- Want to know more about future plans? Check out the roadmap: https://github.com/facebook/react-native/wiki/Roadmap
- Have a feature request that is not covered in the roadmap? Submit it here: https://react-native.canny.io/feature-requests
## Reporting bugs
Want to **report a bug**? Please read the bug reporting guidelines: https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#bugs
</details>
### Description
Explain what you did, what you expected to happen, and what actually happens.
### Reproduction Steps
List all the steps required to reproduce the issue you're reporting. These steps should be clear and concise. Always include a sample of your code.
#### Sample Code
An example of your code or a reproduction of the problem using Snack is **REQUIRED**.
### Solution
What needs to be done to address this issue? Ideally, provide a pull request with a fix.
### Additional Information
* React Native version: [FILL THIS OUT: Be specific, filling out "latest" here is not enough.]
* Platform: [FILL THIS OUT: iOS, Android, or both?]
* Development Operating System: [FILL THIS OUT: Are you developing on macOS, Linux, or Windows?]
* Build tools: [FILL THIS OUT: Xcode or Android Studio version, iOS or Android SDK version, if applicable]