Skip to content

Commit a1911a5

Browse files
authored
SImplify issue template for "Report Issue" command (#15682)
1 parent 6ff5bf0 commit a1911a5

File tree

1 file changed

+16
-23
lines changed

1 file changed

+16
-23
lines changed

resources/report_issue_template.md

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,19 @@
1-
---
2-
name: General bug report
3-
about: Create a report to help us improve
4-
labels: classify, type-bug
5-
---
6-
7-
<!-- Please search existing issues to avoid creating duplicates. -->
8-
9-
## Environment data
1+
<!-- Please search existing issues to avoid creating duplicates;
2+
https://github.com/microsoft/vscode-python/issues?q=is%3Aopen+is%3Aissue+label%3Atype-bug
3+
-->
104

11-
- VS Code version:
12-
- Extension version (available under the Extensions sidebar):
13-
- OS and version:
14-
- Python version (& distribution if applicable, e.g. Anaconda):
15-
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...):
16-
- Relevant/affected Python packages and their versions:
17-
- Relevant/affected Python-related VS Code extensions and their versions:
18-
- Value of the `python.languageServer` setting:
5+
# Behaviour
196

207
[**NOTE**: If you suspect that your issue is related to the Microsoft Python Language Server (`python.languageServer: 'Microsoft'`), please download our new language server [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) from the VS Code marketplace to see if that fixes your issue]
218

22-
## Expected behaviour
23-
249

10+
## Expected
2511

26-
## Actual behaviour
12+
XXX
2713

14+
## Actual
2815

16+
XXX
2917

3018
## Steps to reproduce:
3119

@@ -35,17 +23,22 @@ labels: classify, type-bug
3523

3624
<!--
3725
Note: If you think a GIF of what is happening would be helpful, consider tools like https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/ .
26+
You can attach such things **after** you create your issue on GitHub.
3827
-->
3928

40-
## Logs
29+
# Diagnostic data
30+
31+
- Python version (& distribution if applicable, e.g. Anaconda): XXX
32+
- Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): XXX
33+
- Value of the `python.languageServer` setting: XXX
4134

4235
<details>
4336

44-
<summary>Output for <code>Python</code> in the <code>Output</code> panel (<code>View</code>→<code>Output</code>, change the drop-down the upper-right of the <code>Output</code> panel to <code>Python</code>)
45-
</summary>
37+
<summary>"Python" channel in the OUTPUT panel</summary>
4638

4739
<p>
4840

41+
<!-- Run the "Python: Show Output" command to see the requested output. --->
4942
```
5043
XXX
5144
```

0 commit comments

Comments
 (0)