diff --git a/.gitea/issue_template/enhancement.yml b/.gitea/issue_template/enhancement.yml new file mode 100644 index 0000000..f3fc616 --- /dev/null +++ b/.gitea/issue_template/enhancement.yml @@ -0,0 +1,45 @@ +--- + +name: "💡 Feature request" +about: "Suggest an idea for this project" +title: "[ENHANCEMENT] " +ref: "develop" +labels: + +- enhancement + +--- + +body: +- type: markdown + attributes: + value: | + More information on our issue management policies can be found [here](https://git.tompit.com/connected/info/src/branch/main/docs/issue_management.md) +- type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the feature you are requesting. (([${REPO_NAME}/issues](${REPO_LINK}/issues?q=is%3Aissue)). + options: + - label: I have searched the existing issues + required: true +- type: textarea + attributes: + label: Is your feature request related to a problem? Please describe the problem. + description: A clear and concise description of what the problem is. + placeholder: I am trying to do [...] but [...] + validations: + required: false +- type: textarea + attributes: + label: Describe the solution you'd like + description: | + A clear and concise description of what you want to happen. Include any alternative solutions you've considered. + validations: + required: true +- type: textarea + attributes: + label: Additional context + description: | + Add any other context or screenshots about the feature request here. + validations: + required: false \ No newline at end of file