Website/.gitea/ISSUE_TEMPLATE/Ticket.yml

31 lines
855 B
YAML
Raw Permalink Normal View History

2023-10-29 17:01:21 +00:00
name: Ticket
about: a Ticket
title: "[Ticket] "
labels:
- type/feature
- prio/3-medium
- status/1-needs-information
body:
- type: textarea
id: description
attributes:
label: Description
description: Describe what this Ticket is about
placeholder: "This Ticket is about..."
validations:
required: true
- type: textarea
id: extra-information
attributes:
label: Extra Information
description: List Extra Information that is required for the Ticket here
value: "*none*"
- type: textarea
id: acceptance-criteria
attributes:
label: Acceptance Criteria
description: Add a List of Simple Criteria which will be used to check if the requirements are met.
value: "- [ ] A Simple Acceptance Criteria"
placeholder: "- [ ] "
validations:
required: true