From 3ae936b239f2242264345e0a0fcac225d8df8979 Mon Sep 17 00:00:00 2001 From: Avior Date: Mon, 20 Dec 2021 15:32:23 +0100 Subject: [PATCH] Create enhancement.yml --- .github/ISSUE_TEMPLATE/enhancement.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/enhancement.yml diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml new file mode 100644 index 0000000..6aaaf57 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -0,0 +1,16 @@ +name: Enhancement +description: Use this template if you have an Idea that will enhance the SDK +title: "enhancement: " +labels: [enhancement] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this Form! + - type: textarea + id: explain + attributes: + label: Please explain in more details what idea you have + placeholder: "Ex: I would love to see this or this..." + validations: + required: true