From ce90f91bbf0b0c47965601e845ac9619f70316e0 Mon Sep 17 00:00:00 2001 From: AnErrupTion Date: Sat, 27 Jul 2024 14:16:40 +0200 Subject: [PATCH] Add issue template for feature requests Signed-off-by: AnErrupTion --- .github/ISSUE_TEMPLATE/feature.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..9cb61ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,20 @@ +name: Feature Request +description: Request a new feature or enhancement. +title: "[Feature] " +labels: ["feature"] +body: + - type: checkboxes + id: prerequisites + attributes: + label: Pre-requisites + description: By submitting this issue, you agree to have done the following. + options: + - label: I have looked for any other duplicate issues + required: true + - type: textarea + id: observed + attributes: + label: Wanted behavior + description: What do you want to be added? Describe the behavior clearly. + validations: + required: true