Skip to content

Commit 8424972

Browse files
authored
Add bug report issue template
Adds a template which contains information on how to view the extension logs, and requests use of the debug .vsix to get more information
1 parent 2b7efa4 commit 8424972

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
_Before filing a bug report, please try to reproduce your issue using the latest debug .vsix file from [GitHub Actions](https://github.com/raspberrypi/pico-vscode/actions/workflows/release.yml?query=branch%3Amain). This will provide more debug information than the release build._
11+
12+
**Describe the bug**
13+
A clear and concise description of what the bug is.
14+
15+
**Extension Logs**
16+
Relevant extracts of the extension log showing the errors with this extension, which can be viewed using Help -> Toggle Developer Tools and clicking on the Console.
17+
18+
**To Reproduce**
19+
Steps to reproduce the behavior:
20+
1. Go to '...'
21+
2. Click on '....'
22+
3. Scroll down to '....'
23+
4. See error
24+
25+
**Expected behavior**
26+
A clear and concise description of what you expected to happen.
27+
28+
**Screenshots**
29+
If applicable, add screenshots to help explain your problem.
30+
31+
**Platform (please complete the following information):**
32+
- OS: [e.g. Windows 11, macOS, Raspberry Pi OS]
33+
- Architecture: [e.g. x86, Arm64]
34+
35+
**Additional context**
36+
Add any other context about the problem here.

0 commit comments

Comments
 (0)