We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f12129 commit dfb39fbCopy full SHA for dfb39fb
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -6,7 +6,7 @@
6
name: Bug report
7
description: Report a bug. For security vulnerabilities see Report a security vulnerability in the templates.
8
title: "BUG: <Please write a comprehensive title after the 'BUG: ' prefix>"
9
-labels: [defects]
+labels: [bug]
10
11
body:
12
- type: markdown
.github/ISSUE_TEMPLATE/feature-request.yml
name: Feature request
description: Make a specific, well-motivated proposal for a feature.
title: "ENH: <Please write a comprehensive title after the 'ENH: ' prefix>"
-labels: [enhancements]
+labels: [feature request]
0 commit comments