Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 946 Bytes

File metadata and controls

18 lines (15 loc) · 946 Bytes

JIRA Ticket:

Ticket number

The following are ALL required for the PR to be merged:

  • Provided testing instructions in JIRA ticket if applicable
  • Provided mocks or additional information in JIRA ticket if applicable
  • Verified cross-browser compatibility: Chrome, Safari, Firefox, Edge
  • Verified mobile/tablet/desktop/monitor responsiveness
  • Verified that this PR does not create any new accessibility issues (via Axe Chrome)
  • Verify all files are covered by at least 93% test coverage if applicable
  • Verify that dashes are used for any visible defaults of evergreen values if applicable
  • Check for code quality + Watch out for irrelevant changes + Take time to understand the logic and flow; be on guard for pitfalls + Look at handoff between components (esp. number of props) + Watch out for literals (vs. variables) for css specs if applicable