Files
Discord-Audio-Stream/.gitea/ISSUE_TEMPLATE/request.yaml
T
fraujulian 3047b9a9fe
Build Validation / build (push) Successful in 1m28s
chore: rename GitHub workflow and issue template files
2026-07-21 12:53:12 +02:00

22 lines
641 B
YAML

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