Skip to content

Commit eb33e8a

Browse files
committed
Removes "type" labels
1 parent 308b23a commit eb33e8a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bug report
22
description: Create a report to help GitLens improve
33
type: 'Bug'
4-
labels: ['bug', 'triage']
4+
labels: ['triage']
55
body:
66
- type: textarea
77
attributes:
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Enhancement or feature request
22
description: Suggest an enhancement, feature, or idea for GitLens
33
type: 'Enhancement'
4-
labels: [feature, triage]
4+
labels: [triage]
55
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
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)