Link to Acceptance flow diagram
- Change 1
- Change 2
- Met the acceptance criteria, or will meet them in a subsequent PR
- Created/modified automated tests
- User-facing changes (detailed instructions):
- Checked responsiveness in mobile, tablet, and desktop
- Checked keyboard navigability
- Tested with VoiceOver in Safari
- Checked VO's rotor menu for landmarks, page heading structure and links
- Used a browser a11y tool to check for issues (WAVE, axe, ANDI or Accessibility addon tab for Storybook)
- Requested a design review for user-facing changes
- For any new migrations/schema changes:
- Followed guidelines for zero-downtime deploys
- Pulled this branch locally and tested it
- Reviewed this code and left comments
- Checked that all code is adequately covered by tests
- Made it clear which comments need to be addressed before this work is merged
- Considered marking this as accepted even if there are small changes needed
- User-facing changes (detailed instructions):
- Checked responsiveness in mobile, tablet, and desktop
- Checked keyboard navigability
- Tested with VoiceOver in Safari
- Checked VO's rotor menu for landmarks, page heading structure and links
- Used a browser a11y tool to check for issues (WAVE, axe, ANDI or Accessibility addon tab for Storybook)
- Checked in the design translated visually
- Checked behavior
- Checked different states (empty, one, some, error)
- Checked for landmarks, page heading structure, and links
- Tried to break the intended flow
- a11y checks (detailed instructions):
- Checked responsiveness in mobile, tablet, and desktop
- Checked keyboard navigability
- Tested with VoiceOver in Safari
- Checked VO's rotor menu for landmarks, page heading structure and links
- Used a browser a11y tool to check for issues (WAVE, axe, ANDI or Accessibility addon tab for Storybook)