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 5745199 commit c777897Copy full SHA for c777897
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -1,6 +1,6 @@
1
name: Bug report
2
description: Something is not working correctly.
3
-labels: "bug"
+labels: "type:bug"
4
5
body:
6
- type: textarea
.github/ISSUE_TEMPLATE/feature_request.md
@@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: '<short description for the feature>'
-labels: 'enhancement'
+labels: 'type:proposal'
assignees: ''
7
8
---
0 commit comments