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"] ---