From 76a7df2cdb01368b935d30e63b53bbfc8cbfbcaf Mon Sep 17 00:00:00 2001 From: Son Pham-Ba Date: Thu, 28 Nov 2024 11:20:38 +0100 Subject: [PATCH] chore: fix issue template about field --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/feature.md | 2 +- .github/ISSUE_TEMPLATE/performance.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index da64d77..3ea02e8 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,6 @@ --- name: 🐞 Bug report -description: Report a bug +about: Report a bug labels: ["bug"] --- diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index bcc6937..29e0ca2 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,6 +1,6 @@ --- name: ✨ Feature request -description: Suggest a new feature or enhancement +about: Suggest a new feature or enhancement labels: ["enhancement"] --- diff --git a/.github/ISSUE_TEMPLATE/performance.md b/.github/ISSUE_TEMPLATE/performance.md index a1959d9..73fc05d 100644 --- a/.github/ISSUE_TEMPLATE/performance.md +++ b/.github/ISSUE_TEMPLATE/performance.md @@ -1,6 +1,6 @@ --- name: 🐌 Performance issue -description: Report a performance issue +about: Report a performance issue labels: ["performance"] ---