Skip to content

Commit cf8965b

Browse files
committed
better OS examples
1 parent 1656348 commit cf8965b

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,34 @@ Steps to reproduce the behavior:
1919
4. See issue
2020

2121
**Expected behavior**
22-
A clear and concise description of what you expected to happen.
22+
23+
[comment]: <> A clear and concise description of what you expected to happen.
2324

2425
**Screenshots**
25-
If applicable, add screenshots to help explain your problem.
26+
27+
[comment]: <> If applicable, add screenshots to help explain your problem.
2628

2729
**Environment (please complete the following information):**
30+
31+
[comment]: <> Whenever possible, please make sure you are using the latest versions of VSCode and our extension
32+
2833
- Cortex-Debug Version (this extension) [e.g. 0.2.3]
29-
- OS: [e.g. iOS]
30-
- GDB Version: [e.g. 1.12.1]
34+
- OS: [e.g. Linux Ubuntu 18.04 LTS, Windows 11, etc.]
35+
- GDB Version: [e.g. 1.11.1]
3136
- Compiler Toolchain Version: [e.g. arn-none-eabi V 11.1]
3237

3338
**Please include `launch.json`**
3439

3540
*Note: We are unlikely to look at the issue if you do not supply this*
3641
```
37-
Paste console output here
42+
Paste launch.json contents here
3843
```
3944

4045
**Attach text from `Debug Console`**
4146

4247
Please enable debug output in your launch.json (`"showDevDebugOutput": "raw"`). It this is too large, please attach it as a file
4348
```
44-
Paste Debug Console output here
49+
Paste Debug Console contents here
4550
```
4651

4752
**Additional context**

0 commit comments

Comments
 (0)