diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..9cb61ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,20 @@ +name: Feature Request +description: Request a new feature or enhancement. +title: "[Feature] " +labels: ["feature"] +body: + - type: checkboxes + id: prerequisites + attributes: + label: Pre-requisites + description: By submitting this issue, you agree to have done the following. + options: + - label: I have looked for any other duplicate issues + required: true + - type: textarea + id: observed + attributes: + label: Wanted behavior + description: What do you want to be added? Describe the behavior clearly. + validations: + required: true