chore: updated issue templates

This commit is contained in:
2026-06-22 11:37:05 +02:00
parent faa48a0264
commit 24bbfc354f
5 changed files with 69 additions and 74 deletions
+11 -19
View File
@@ -1,29 +1,21 @@
name: 💡 Enhancement
description: Suggest a new feature or improvement
title: '💡 [ENHANCEMENT]: '
description: Suggest a new feature
title: '💡 [Enhancement]: '
body:
- type: textarea
id: description
id: information
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.'
description: Provide all information.
placeholder: 'What happened? What did you expect to happen?'
validations:
required: false
- type: input
id: implementation
- type: textarea
id: criteria
attributes:
label: Implementation Version
description: Specify in which version the enhancement should be released.
placeholder: 'v0.1'
label: Acceptance Criteria
description: What are the expectations?
placeholder: 'How do you want it implemented? How should it be tested?'
validations:
required: true
required: false