chore(gitea): migrate issue templates

This commit is contained in:
2026-07-22 22:39:50 +02:00
parent cad41e5dc0
commit 942744556b
5 changed files with 8 additions and 4 deletions
+30
View File
@@ -0,0 +1,30 @@
name: 💡 Enhancement
about: Suggest a new feature or improvement
title: '💡 [ENHANCEMENT]: '
ref: main
body:
- type: textarea
id: description
attributes:
label: Description
description: Describe the new feature or improvement!
placeholder: 'What problem does it solve or what value does it add?'
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed Solution
placeholder: 'Describe how the feature should work.'
validations:
required: false
- type: input
id: implementation
attributes:
label: Implementation Version
description: Specify in which version the enhancement should be released.
placeholder: 'v0.1'
validations:
required: true