31 lines
No EOL
855 B
YAML
31 lines
No EOL
855 B
YAML
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 |