From 34fb7ae8d844fd9226b669965ce6ef534653e3f2 Mon Sep 17 00:00:00 2001 From: Ategon Date: Sun, 25 Feb 2024 23:12:21 +0000 Subject: [PATCH] Add .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml --- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml | 24 +++++++++++++++++++++ 1 file changed, 24 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..af72f53 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml @@ -0,0 +1,24 @@ +name: Feature Request +description: 🌱 Create a Feature Request +labels: ["Kind/🥪 Enhancement"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to suggest some new features for the bot + - type: checkboxes + attributes: + label: Requirements + description: Before you create a feature request, please check the following – + options: + - label: Check to see if this request already exists [here](https://git.programming.dev/Programming.Dev/p.d-wiki/issues) + required: true + - label: Make sure It's a single feature. Please don't request multiple features in one issue. + required: true + - type: textarea + id: description + attributes: + label: Describe the feature you want + description: Give a good description of what you want added. Also explain why its needed + validations: + required: true \ No newline at end of file