Skip to content

Commit 4a72ecb

Browse files
committed
Update issue templates with suggestions
1 parent 8959592 commit 4a72ecb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: ''
5+
labels: 'bug'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: ''
5+
labels: 'enhancement'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/new-extension-release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ assignees: ''
88

99
---
1010

11+
- [ ] Update this issue title to refer to the version of the release
1112
- [ ] Trigger a release build on Actions by adding a new tag on master of the format `vxx.xx.xx`
1213
- [ ] Monitor the status of the release build in the `Release` workflow in the Actions tab.
1314
- [ ] Download the VSIX from the draft GitHub release that is created when the release build finishes.

0 commit comments

Comments
 (0)