From 8562cf4e29b81bd40f9f360ecb2458d280586793 Mon Sep 17 00:00:00 2001 From: AnErrupTion Date: Tue, 6 Aug 2024 11:11:38 +0200 Subject: [PATCH] Update feature request template Signed-off-by: AnErrupTion --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 4e9eb61..bccca4d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: Bug report description: File a bug report. title: "[Bug] " labels: ["bug"] diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 9cb61ea..b9a26af 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,4 +1,4 @@ -name: Feature Request +name: Feature request description: Request a new feature or enhancement. title: "[Feature] " labels: ["feature"] @@ -11,8 +11,10 @@ body: options: - label: I have looked for any other duplicate issues required: true + - label: I have confirmed the requested feature doesn't exist in the latest version in development + required: true - type: textarea - id: observed + id: wanted attributes: label: Wanted behavior description: What do you want to be added? Describe the behavior clearly.