diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature.yml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000..6143d176 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,38 @@ +name: Feature Request +description: I'd like to propose some changes and enhancements +title: "[Enhancement]: " +labels: ["enhancement"] +assignees: + - JaKooLit + +body: + - type: checkboxes + attributes: + label: Already reported ? * + description: Before opening a new feature request, please take a moment to search through the current open and closed issues / request to check if it already exists. + options: + - label: I have searched the existing open and closed request. + required: true + + - type: textarea + id: desc + attributes: + label: Description + description: "Describe your idea?" + validations: + required: true + + - type: textarea + id: repro + attributes: + label: Proposed Solution + description: "describe if you have a specific solution in mind" + validations: + required: true + + + + + + + |
