react-native/.github/ISSUE_TEMPLATE/bug_report.md

29 lines
1013 B
Markdown
Raw Normal View History

---
name: 🐛 Bug Report
about: Something is not working as expected.
---
<!-- GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native. -->
- [ ] I have reviewed the [documentation](https://facebook.github.io/react-native)
- [ ] I have searched [existing issues](https://github.com/facebook/react-native/issues)
- [ ] I am using the [latest React Native version](https://github.com/facebook/react-native/releases)
<!-- Describe your issue in detail. -->
## Environment
<!-- Required. Run `react-native info` in your terminal and paste its contents here. -->
## Steps to Reproduce
<!--
Required. Let us know how to reproduce the issue. Include a code sample, share a project,
or share an app that reproduces the issue using [Snack](https://snack.expo.io/).
-->
## Expected Behavior
<!-- Write what you thought would happen. -->
## Actual Behavior
<!-- Write what happened. Include screenshots if needed. If this is a regression, let us know. -->