Skip to content

Commit

Permalink
last update
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickRenteria committed Aug 13, 2024
1 parent 53647eb commit 22e4ec5
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/ISSUE_TEMPLATE/epic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,17 @@ body:
- 'other'
validations:
required: true
- type: checkboxes
- type: textarea
id: tasks
attributes:
label: Tasks
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 the main branch
- [ ] All unit tests pass (including accessibility)
- [ ] Demo works in the staging environment
- [ ] At least one performance metric/monitor constructed
```[tasklist]
## 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
```

0 comments on commit 22e4ec5

Please sign in to comment.