|
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. You should also try the troubleshooting steps in the [README](https://github.com/raspberrypi/pico-vscode?tab=readme-ov-file#troubleshooting) to fix your issue._ |
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. |
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | +title: '' |
| 5 | +labels: bug |
| 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. You should also try the troubleshooting steps in the [README](https://github.com/raspberrypi/pico-vscode?tab=readme-ov-file#troubleshooting) to fix your issue._ |
| 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