microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
5b0c8906f37aa1a6e91a95bd3c3350e9e0b8bbb5

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/ISSUE_TEMPLATE/1-bug-report.md

71lines · modecode

1---
2name: "\U0001F41EBug report"
3about: Report a bug
4title: "[Bug] Bug description"
5labels: "bug"
6---
7
8# 🐛 What is the bug? How can we reproduce it?
9
10Please put here any steps, code or any information that can help us
11reproduce the error on our side so we can fix it:
12
131. Step 1
142. Step 2
15
16## Expected behavior
17
18What were you expecting to happen?
19
20## Debug output
21
22<details>
23<summary>Debug Console</summary>
24
25```text
26
27PASTE 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
37PASTE 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
48PASTE OUTPUT OF DEVELOPER TOOLS CONSOLE (Help -> Toggle Developer Tools -> Select Console tab)
49
50```
51</details>
52
53
54## Environment
55
56Please 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
61PASTE OUTPUT OF `npx react-native doctor` or `npx expo doctor`
62```
63
64* `envinfo`:
65
66```text
67PASTE OUTPUT OF `npx envinfo`
68```
69
70* React Native Tools extension version: VERSION
71* Expo SDK version (if applicable): VERSION
72