diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index 2a92e7b..bd9b0f7 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -3,7 +3,7 @@ name: 🐛 Bug Report description: Create a report to help us improve title: "[Bug]: " labels: - - "bug" + - "type: bug" body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/02-feature-request.yml b/.github/ISSUE_TEMPLATE/02-feature-request.yml index d23b5f6..b8c1f91 100644 --- a/.github/ISSUE_TEMPLATE/02-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/02-feature-request.yml @@ -3,7 +3,7 @@ name: 🛠️ Feature Request description: Suggest an idea to help us improve title: "[Feat]: " labels: - - "enhancement" + - "type: feature request" body: - type: markdown