mirror of
https://github.com/status-im/react-native.git
synced 2025-02-24 07:08:27 +00:00
Summary: This will allow the bot to more easily target issues that circumvent the bug report template. Pull Request resolved: https://github.com/facebook/react-native/pull/23162 Differential Revision: D13827908 Pulled By: hramos fbshipit-source-id: 712e0fba7b9b33f8b05cbd9294c6725f677fdb09
33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
---
|
|
name: I want to report an issue with React Native.
|
|
about: You want to report a reproducible bug or regression in React Native.
|
|
labels: "Bug Report"
|
|
---
|
|
|
|
<!--
|
|
If you are looking for help, please review the documentation or ask a question on Stack Overflow:
|
|
- https://facebook.github.io/react-native
|
|
- https://stackoverflow.com/questions/tagged/react-native
|
|
|
|
If you want to report a problem with React Native itself, please fill out the template.
|
|
|
|
If you would like to report an issue in the documentation, or anything related to the React Native
|
|
website, please visit https://github.com/facebook/react-native-website/issues.
|
|
-->
|
|
|
|
## Environment
|
|
<!-- Run `react-native info` in your terminal and paste its contents here. -->
|
|
|
|
## Description
|
|
<!--
|
|
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
|
|
-->
|
|
|
|
## Reproducible Demo
|
|
<!--
|
|
Let us know how to reproduce the issue. Include a code sample, share a project,
|
|
or share an app that reproduces the issue using https://snack.expo.io/.
|
|
|
|
Please follow the guidelines for providing a minimal example: https://stackoverflow.com/help/mcve.
|
|
-->
|