From 9653a6acea0d3628f8062139a35996d899bc3b76 Mon Sep 17 00:00:00 2001 From: Marie Date: Sat, 30 Dec 2023 04:41:56 +0100 Subject: [PATCH] chore: change feature request to yml Closes #271 --- .gitea/ISSUE_TEMPLATE/02_feature-request.md | 10 --------- .gitea/ISSUE_TEMPLATE/02_feature-request.yml | 22 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 10 deletions(-) delete mode 100644 .gitea/ISSUE_TEMPLATE/02_feature-request.md create mode 100644 .gitea/ISSUE_TEMPLATE/02_feature-request.yml diff --git a/.gitea/ISSUE_TEMPLATE/02_feature-request.md b/.gitea/ISSUE_TEMPLATE/02_feature-request.md deleted file mode 100644 index db73f0dc7..000000000 --- a/.gitea/ISSUE_TEMPLATE/02_feature-request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "Feature Request" -about: "Suggest an idea for this project" -title: "feat: " ---- -## Summary - - -## Purpose - \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/02_feature-request.yml b/.gitea/ISSUE_TEMPLATE/02_feature-request.yml new file mode 100644 index 000000000..d9395b49c --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/02_feature-request.yml @@ -0,0 +1,22 @@ +name: ✨ Feature Request +description: Suggest an idea for this project +title: 'bug: ' + +body: + - type: textarea + attributes: + label: Summary + description: Tell us what the suggestion is + validations: + required: true + - type: textarea + attributes: + label: Purpose + description: Describe the specific problem or need you think this feature will solve, and who it will help. + validations: + required: true + - type: checkboxes + attributes: + label: Do you want to implement this feature yourself? + options: + - label: Yes, I will implement this by myself and send a pull request \ No newline at end of file