From e48da7c03d841ab993b1f8b0813507a6f726bc4c Mon Sep 17 00:00:00 2001 From: jalcaras Date: Mon, 15 Jan 2024 15:27:01 +0100 Subject: [PATCH] New feature form --- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yaml diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yaml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yaml new file mode 100644 index 0000000..f604b97 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yaml @@ -0,0 +1,14 @@ +name: "🐛 Feature request" +description: Create a new feature request. +labels: [ + "feature request" +] +body: + + - type: textarea + id: description + attributes: + label: "Describe you new feature you'd like" + description: Please enter an explicit description of your new feature + validations: + required: true \ No newline at end of file