Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the epic template #1989

Closed
wants to merge 14 commits into from
50 changes: 26 additions & 24 deletions .github/ISSUE_TEMPLATE/epic.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'EPIC template for Releases / Point Releases'
name: EPIC template for Releases / Point Releases
description: This is a template for epics
title: '[EPIC]: '
title: '[EPIC]:'
labels: 'type: epic'
body:
- type: markdown
Expand All @@ -10,39 +10,35 @@ body:
id: hill
attributes:
label: Hill
description:
'What does the user need – include some sort of WOW element'
description: "What does the user need – include some sort of WOW element"
validations:
required: true
- type: textarea
id: playback
attributes:
label: Playback Demonstration
description:
'What will you be able to show at the end of the release / point release to demonstrate how you accomplished your user story. If possible, list what you target to demonstrate for each sprint'
description: "What will you be able to show at the end of the release / point release to demonstrate how you accomplished your user story? If possible, list what you target to demonstrate for each sprint."
validations:
required: true
- type: textarea
id: metric
attributes:
label: Metric
description:
'How can we measure the impact of this chang'
description: "How can we measure the impact of this change?"
validations:
required: true
- type: textarea
id: comms
attributes:
label: Comms
description:
'When completed who should you communicate this change to, what will you tell them (concisely), and where?'
description: "When completed, who should you communicate this change to, what will you tell them (concisely), and where?"
validations:
required: true
- type: dropdown
id: project
attributes:
label: Project
description: What project are working with?
description: "What project are you working with?"
multiple: true
options:
- 'able site'
Expand All @@ -54,17 +50,23 @@ body:
- 'other'
validations:
required: true
- type: markdown
attributes:
value: |
## Definition of Done
- [ ] Results are added to the Release Mural with a description of what was accomplished, KPIs, etc
- [ ] All content has been reviewed for grammar, spelling, style and technical accuracy
- [ ] All code committed to main branch
- [ ] All unit tests pass (including accessibility)
- [ ] Demo works in staging environment
- [ ] At least one performance metric / monitor constructed




- type: checkboxes
id: task
attributes:
label: Tasks
description: Definition of Done
options:
- label:
Results are added to the Release Mural with a description of what was accomplished, KPIs, etc
required: true
- label:
All content has been reviewed for grammar, spelling, style and technical accuracy
- label:
All code committed to main branch
- label:
All unit tests pass (including accessibility)
- label:
Demo works in staging environment
- label:
At least one performance metric / monitor constructed
Loading