Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/phase-prd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ phase: "Phase 1 — Example Phase Name"
stakeholders:
- role: "Technical Owner"
handle: "@handle"
- role: "Technical Owner Understudy"
- role: "Alternate Technical Owner"
handle: "@handle"

state:
Expand Down
2 changes: 1 addition & 1 deletion prd.cue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package prds
#SchemaVersion: =~"^[0-9]+\\.[0-9]+\\.[0-9]+$"
#Date: =~"^[0-9]{4}-[0-9]{2}-[0-9]{2}$"

#StakeholderRole: "Product Owner" | "Requestor" | "Stakeholder Representative" | "Technical Owner" | "Technical Owner Understudy"
#StakeholderRole: "Product Owner" | "Requestor" | "Stakeholder Representative" | "Technical Owner" | "Alternate Technical Owner"

#Stakeholder: {
role: #StakeholderRole
Expand Down