diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2a18c75..9b9eef4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Something in dwl isn't working correctly title: '' -labels: 'Type: bug' +labels: 'A: bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/enhancement-idea.md b/.github/ISSUE_TEMPLATE/enhancement-idea.md index 92c6c8c..0ac096d 100644 --- a/.github/ISSUE_TEMPLATE/enhancement-idea.md +++ b/.github/ISSUE_TEMPLATE/enhancement-idea.md @@ -2,7 +2,7 @@ name: Enhancement idea about: Suggest a feature or improvement title: '' -labels: 'Type: enhancement' +labels: 'A: enhancement' assignees: '' ---