From c1b6e252c031f92431b8d2f863e8be16d408a456 Mon Sep 17 00:00:00 2001 From: Aunali321 <48486084+Aunali321@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:37:45 +0530 Subject: [PATCH] feat: feature template. --- .github/ISSUE_TEMPLATE/feature-issue.yml | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-issue.yml diff --git a/.github/ISSUE_TEMPLATE/feature-issue.yml b/.github/ISSUE_TEMPLATE/feature-issue.yml new file mode 100644 index 00000000..735ac88a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-issue.yml @@ -0,0 +1,38 @@ +name: ⭐ Feature request +description: Create a detailed feature request. +title: 'feat: ' +labels: [feature-request] +body: + - type: dropdown + attributes: + label: Type + options: + - Functionality + - Cosmetic + - Other + validations: + required: true + - type: textarea + attributes: + label: Issue + description: What is the current problem. Why does it require a feature request? + validations: + required: true + - type: textarea + attributes: + label: Feature + description: Describe your feature in detail. How does it solve the issue? + validations: + required: true + - type: textarea + attributes: + label: Motivation + description: Why should your feature should be considered? + validations: + required: true + - type: textarea + attributes: + label: Additional context + description: Add additional context here. + validations: + required: false \ No newline at end of file