Skip to content

Commit b77d68a

Browse files
authored
Request packages and their versions
Closes #696
1 parent c2e0430 commit b77d68a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Do you have a question? Please ask it on https://stackoverflow.com/questions/tagged/visual-studio-code+python.
2+
Do you have a question instead of a bug report or enhancement request? Please ask it on https://stackoverflow.com/questions/tagged/visual-studio-code+python.
33
44
Unable to install a linter or formatter? 'No installers available'?
55
Windows - https://stackoverflow.com/questions/4750806/how-do-i-install-pip-on-windows
@@ -10,26 +10,29 @@ Python configuration issues? Please check https://code.visualstudio.com/docs/pyt
1010

1111
## Environment data
1212

13-
- VS Code version:
14-
- Python Extension version:
15-
- Python Version:
16-
- OS and version:
13+
- VS Code version: <fill in>
14+
- Python Extension version: <fill in>
15+
- OS and version: <fill in>
16+
- Python Version: <fill in>
17+
- Relevant/affected Python packages and their versions: <fill in>
1718

1819
## Actual behavior
1920

2021
## Expected behavior
2122

2223
## Steps to reproduce:
23-
-
24-
-
24+
- <fill in>
25+
- <fill in>
2526

2627
## Logs
2728
Output for `Python` in the `Output` panel (`View``Output`, change the drop-down the upper-right of the `Output` panel to `Python`)
2829

2930
```
31+
<fill in>
3032
```
3133

3234
Output from `Console` under the `Developer Tools` panel (toggle Developer Tools on under `Help`)
3335

3436
```
37+
<fill in>
3538
```

0 commit comments

Comments
 (0)