-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(git): Create epic template (#1984)
* Create epic.yaml * Update epic.yaml * Update epic.yaml * Update epic.yaml * Update epic.yaml * Update epic.yaml
- Loading branch information
Showing
1 changed file
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
name: 'EPIC template for Releases / Point Releases' | ||
description: This is a template for epics | ||
title: '[EPIC]: ' | ||
labels: 'type: epic' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: '## Epic Details' | ||
- type: textarea | ||
id: hill | ||
attributes: | ||
label: Hill | ||
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' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: metric | ||
attributes: | ||
label: Metric | ||
description: | ||
'How can we measure the impact of this chang' | ||
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?' | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: project | ||
attributes: | ||
label: Project | ||
description: What project are working with? | ||
multiple: true | ||
options: | ||
- 'able site' | ||
- 'accessibility-checker-engine' | ||
- 'extension-checker' | ||
- 'accessibility-checker for Node' | ||
- 'cypress-accessibility-checker' | ||
- 'karma-accessibility-checker' | ||
- '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 | ||