Skip to content

Commit dfb39fb

Browse files
committed
Fix automatic labels in issue templates
1 parent 2f12129 commit dfb39fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name: Bug report
77
description: Report a bug. For security vulnerabilities see Report a security vulnerability in the templates.
88
title: "BUG: <Please write a comprehensive title after the 'BUG: ' prefix>"
9-
labels: [defects]
9+
labels: [bug]
1010

1111
body:
1212
- type: markdown

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name: Feature request
77
description: Make a specific, well-motivated proposal for a feature.
88
title: "ENH: <Please write a comprehensive title after the 'ENH: ' prefix>"
9-
labels: [enhancements]
9+
labels: [feature request]
1010

1111

1212
body:

0 commit comments

Comments
 (0)