microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
.github/ISSUE_TEMPLATE/1-bug-report.md
71lines · modecode
| 1 | --- |
| 2 | name: "\U0001F41EBug report" |
| 3 | about: Report a bug |
| 4 | title: "[Bug] Bug description" |
| 5 | labels: "bug" |
| 6 | --- |
| 7 | |
| 8 | # 🐛 What is the bug? How can we reproduce it? |
| 9 | |
| 10 | Please put here any steps, code or any information that can help us |
| 11 | reproduce the error on our side so we can fix it: |
| 12 | |
| 13 | 1. Step 1 |
| 14 | 2. Step 2 |
| 15 | |
| 16 | ## Expected behavior |
| 17 | |
| 18 | What were you expecting to happen? |
| 19 | |
| 20 | ## Debug output |
| 21 | |
| 22 | <details> |
| 23 | <summary>Debug Console</summary> |
| 24 | |
| 25 | ```text |
| 26 | |
| 27 | PASTE OUTPUT OF DEBUG CONSOLE (View -> Toggle Debug Console) |
| 28 | |
| 29 | ``` |
| 30 | </details> |
| 31 | |
| 32 | <details> |
| 33 | <summary>React Native output channel</summary> |
| 34 | |
| 35 | ```text |
| 36 | |
| 37 | PASTE OUTPUT OF REACT-NATIVE OUTPUT CHANNEL (View -> Toggle Output -> Select React-Native in ListBox) |
| 38 | |
| 39 | ``` |
| 40 | </details> |
| 41 | |
| 42 | |
| 43 | <details> |
| 44 | <summary>Developer Tools console</summary> |
| 45 | |
| 46 | ```text |
| 47 | |
| 48 | PASTE OUTPUT OF DEVELOPER TOOLS CONSOLE (Help -> Toggle Developer Tools -> Select Console tab) |
| 49 | |
| 50 | ``` |
| 51 | </details> |
| 52 | |
| 53 | |
| 54 | ## Environment |
| 55 | |
| 56 | Please tell us about your system and your project: |
| 57 | |
| 58 | * `npx react-native doctor` or `npx expo doctor` if your project is using Expo: |
| 59 | |
| 60 | ```text |
| 61 | PASTE OUTPUT OF `npx react-native doctor` or `npx expo doctor` |
| 62 | ``` |
| 63 | |
| 64 | * `envinfo`: |
| 65 | |
| 66 | ```text |
| 67 | PASTE OUTPUT OF `npx envinfo` |
| 68 | ``` |
| 69 | |
| 70 | * React Native Tools extension version: VERSION |
| 71 | * Expo SDK version (if applicable): VERSION |
| 72 | |