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
+21
View File
@@ -0,0 +1,21 @@
name: 📝 Service Request
description: Request a service or support task
title: '📝 [Service Request]: '
body:
- type: textarea
id: information
attributes:
label: Description
description: Provide all information.
placeholder: 'What happened? What did you expect to happen?'
validations:
required: false
- type: textarea
id: criteria
attributes:
label: Acceptance Criteria
description: What are the expectations?
placeholder: 'How do you want it implemented? How should it be tested?'
validations:
required: false