From 7949b3fc65a19aea78ea6705e87a1532aaae34d7 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 8 Nov 2025 12:58:15 +0000 Subject: [PATCH] Added feature template --- .gitea/ISSUE_TEMPLATE/FEATURE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/FEATURE.md diff --git a/.gitea/ISSUE_TEMPLATE/FEATURE.md b/.gitea/ISSUE_TEMPLATE/FEATURE.md new file mode 100644 index 0000000..809509b --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/FEATURE.md @@ -0,0 +1,22 @@ +--- +name: Feature +about: New feature for the app +title: '' +labels: 'Task\Feature' +assignees: '' + +--- + +# 🚀 Feature + +## Description +[Detailed explanation of the proposed feature] + +## Why is this feature needed? +[Explain the problem or use case this feature would solve] + +## Proposed Solution +[Describe how the feature should work] + +## Related Issues (Optional) +[Links to related discussions or requests] \ No newline at end of file