From 815d52a092a21490543cefd5f5327a27d29af8c8 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Sun, 4 May 2025 17:12:02 +0200 Subject: [PATCH] chore: add template for feature requests --- .gitea/ISSUE_TEMPLATE/feature.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/feature.yml diff --git a/.gitea/ISSUE_TEMPLATE/feature.yml b/.gitea/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..a424190 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,21 @@ +name: Feature request +description: Suggest an idea for this project +labels: kind/feature + +body: + - type: textarea + id: feature + attributes: + label: Describe the feature + description: | + A clear and concise description of what the feature is. + What is the problem it solves? What are you trying to accomplish? + Include screenshots if applicable. + validations: + required: true + - type: textarea + id: additional-info + attributes: + label: Additional information + description: | + Add any other context or screenshots about the feature request here. \ No newline at end of file