Files
keycloak/.github/ISSUE_TEMPLATE/milestone.yml
Stian Thorgersen 346b1821c3 Add type to issue templates (#43051)
Signed-off-by: stianst <stianst@gmail.com>
2025-10-01 07:11:14 +02:00

33 lines
921 B
YAML

name: Milestone
description: Milestones are used to break up larger features
labels: ["kind/milestone", "status/triage"]
type: milestone
body:
- type: textarea
id: description
attributes:
label: Description
description: Describe the milestone at a high-level
validations:
required: true
- type: textarea
id: goals
attributes:
label: Goals
description: Describe what capabilities the milestone should provide
validations:
required: true
- type: textarea
id: non_goals
attributes:
label: Non-Goals
description: Describe capabilities the milestone should not provide, or is out of scope
validations:
required: true
- type: textarea
id: notes
attributes:
label: Notes
description: Design ideas? Implementation ideas? Anything that will give us more about the milestone
validations:
required: false