|
1 | 1 | --- |
2 | | -name: I want to report an issue with React Native. |
| 2 | +name: 🐛 Bug Report |
3 | 3 | about: You want to report a reproducible bug or regression in React Native. |
4 | | -labels: "Bug Report" |
| 4 | +labels: "Type: Bug Report" |
5 | 5 | --- |
6 | 6 |
|
7 | | -<!-- |
8 | | - If you are looking for help, please review the documentation or ask a question on Stack Overflow: |
9 | | - - https://facebook.github.io/react-native |
10 | | - - https://stackoverflow.com/questions/tagged/react-native |
11 | | -
|
12 | | - If you want to report a problem with React Native itself, please fill out the template. |
| 7 | +## 🐛 Bug Report |
| 8 | +<!-- |
| 9 | + A clear and concise description of what the bug is. |
| 10 | + Include screenshots if needed. |
| 11 | +--> |
13 | 12 |
|
14 | | - If you would like to report an issue in the documentation, or anything related to the React Native |
15 | | - website, please visit https://github.com/facebook/react-native-website/issues. |
| 13 | +## To Reproduce |
| 14 | +<!-- |
| 15 | + Steps to reproduce the behavior. |
16 | 16 | --> |
17 | 17 |
|
18 | | -## Environment |
19 | | -<!-- Run `react-native info` in your terminal and paste its contents here. --> |
| 18 | +## Expected Behavior |
| 19 | +<!-- |
| 20 | + A clear and concise description of what you expected to happen. |
| 21 | +--> |
20 | 22 |
|
21 | | -## Description |
22 | | -<!-- |
23 | | - Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know. |
24 | | - --> |
| 23 | +## Code Example |
| 24 | +<!-- |
| 25 | + Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or |
| 26 | + provide a minimal code example that reproduces the problem. |
| 27 | + Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve. |
25 | 28 |
|
26 | | -## Reproducible Demo |
27 | | -<!-- |
28 | | - Let us know how to reproduce the issue. Include a code sample, share a project, |
29 | | - or share an app that reproduces the issue using https://snack.expo.io/. |
| 29 | + Issues without a reproduction link are likely to stall. |
| 30 | +--> |
30 | 31 |
|
31 | | - Please follow the guidelines for providing a minimal example: https://stackoverflow.com/help/mcve. |
| 32 | +## Environment |
| 33 | +<!-- |
| 34 | + Run `react-native info` in your terminal and copy the results here. |
32 | 35 | --> |
0 commit comments