diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index 2a5a35c92..05b7c442a 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -1,7 +1,7 @@ name: 🐞 Bug report description: Report a bug or an issue. title: 'bug: ' -labels: [bug] +labels: ['Bug report'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index b2dff8e05..c818948b6 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,7 @@ name: ⭐ Feature request description: Create a detailed request for a new feature. title: 'feat: ' -labels: [feature-request] +labels: ['Feature request'] body: - type: textarea attributes: