From e00e75d477b7b54b8d7bef13a0a2077b7d0582b5 Mon Sep 17 00:00:00 2001 From: Peter Nerlich Date: Tue, 5 Nov 2024 15:57:48 +0100 Subject: [PATCH] fix issue template labels --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index d46bceae41..8148eb5a0d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,7 @@ --- name: "Bug report \U0001F41B" about: Create a report to help us improve -labels: ':bug: bug' +labels: 'bug' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index f7aadd9f73..00b8789785 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,7 +1,7 @@ --- name: "Feature request \U0001F4A1" about: Suggest an idea for this project -labels: ':bulb: feature' +labels: 'feature' ---