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