Skip to content

Commit 817adb3

Browse files
committed
Updates GH templates to use types
1 parent d74f444 commit 817adb3

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Bug report
22
description: Create a report to help GitLens improve
3+
type: 'Bug'
34
labels: ['bug', 'triage']
45
body:
56
- type: textarea

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Enhancement or feature request
2+
description: Suggest an enhancement, feature, or idea for GitLens
3+
type: 'Enhancement'
4+
labels: [feature, triage]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Description
9+
description: Please describe the enhancement or feature you'd like to see in GitLens.
10+
validations:
11+
required: false

0 commit comments

Comments
 (0)