Skip to content

Commit 1c23d62

Browse files
authored
Update issue templates
Add feature request, and default labels
1 parent f18ab13 commit 1c23d62

File tree

2 files changed

+56
-36
lines changed

2 files changed

+56
-36
lines changed
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +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. 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.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)