Skip to content

Commit

Permalink
Merge branch 'master' into dev-1911
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickRenteria authored Aug 14, 2024
2 parents 7119622 + 19e1121 commit d4c0adb
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 106 deletions.
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/epic.yaml
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
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
working-directory: rule-server/dist
- run: sleep 10
working-directory: rule-server/dist
- run: curl --insecure https://localhost:9445/tools/api/pub/meter/v2

- run: google-chrome --version
- run: npm install
Expand Down
Loading

0 comments on commit d4c0adb

Please sign in to comment.