Skip to content

Commit 66e1734

Browse files
authored
Drop angle brackets for XXX markers
People are leaving them in
1 parent c140847 commit 66e1734

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,33 @@ Otherwise **please** fill in the requested details below. "XXX" markers should n
1212

1313
## Environment data
1414

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

2222
## Actual behavior
2323

24-
< XXX >
24+
XXX
2525

2626
## Expected behavior
2727

28-
< XXX >
28+
XXX
2929

3030
## Steps to reproduce:
31-
1. < XXX >
31+
1. XXX
3232

3333
## Logs
3434
Output for `Python` in the `Output` panel (`View``Output`, change the drop-down the upper-right of the `Output` panel to `Python`)
3535

3636
```
37-
< XXX >
37+
XXX
3838
```
3939

4040
Output from `Console` under the `Developer Tools` panel (toggle Developer Tools on under `Help`)
4141

4242
```
43-
< XXX >
43+
XXX
4444
```

0 commit comments

Comments
 (0)