Skip to content

Commit 93c2bf8

Browse files
authored
Ask people for their virtual environment details
1 parent 54308f2 commit 93c2bf8

1 file changed

Lines changed: 16 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,39 @@ Windows - https://stackoverflow.com/questions/4750806/how-do-i-install-pip-on-wi
66
Linux - https://www.cyberciti.biz/faq/debian-ubuntu-centos-rhel-linux-install-pipclient/ , https://www.tecmint.com/install-pip-in-linux/
77
88
Python configuration issues? Please check https://code.visualstudio.com/docs/python/python-tutorial#_prerequisites
9+
10+
Otherwise **please** fill in the requested details below. "XXX" markers should not be present in the final bug report.
911
-->
1012

1113
## Environment data
1214

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>
15+
- VS Code version: < XXX >
16+
- Extension version (available under the Extensions sidebar): < XXX >
17+
- OS and version: < XXX >
18+
- Python version: < XXX; include the distribution details if applicable, e.g. Anaconda >
19+
- Type of virtual environment used (if applicable): < XXX: N/A | venv | virtualenv | conda | ... >
20+
- Relevant/affected Python packages and their versions: < XXX >
1821

1922
## Actual behavior
2023

24+
< XXX >
25+
2126
## Expected behavior
2227

23-
## Steps to reproduce:
24-
- <fill in>
25-
- <fill in>
28+
< XXX >
29+
30+
## Steps to reproduce:
31+
1. < XXX >
2632

2733
## Logs
2834
Output for `Python` in the `Output` panel (`View``Output`, change the drop-down the upper-right of the `Output` panel to `Python`)
2935

3036
```
31-
<fill in>
37+
< XXX >
3238
```
3339

3440
Output from `Console` under the `Developer Tools` panel (toggle Developer Tools on under `Help`)
3541

3642
```
37-
<fill in>
43+
< XXX >
3844
```

0 commit comments

Comments
 (0)