Skip to content

Instantly share code, notes, and snippets.

@chrisdemars
Created March 21, 2023 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisdemars/ac34ca27448c1f69096030fbf2d0d9e7 to your computer and use it in GitHub Desktop.
Save chrisdemars/ac34ca27448c1f69096030fbf2d0d9e7 to your computer and use it in GitHub Desktop.
Pull Request Template Example

Description with screenshots if available

Task URL

Type of change

Please delete options that don't apply.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How has this been tested?

  • All supported browsers including mobile
  • All unit and e2e tests pass
  • Accessibility audit passes
  • Color contrast test passes
  • Screen reader test passes

Checks to complete

  • I have performed a self-review of my code
  • PR title is in a coventional commit style
  • Code is free of console.logs
  • My code follows the styleguide of the project
  • I have commented my code properly
  • My changes don't generate any new warnings
  • I added tests to my work
  • Existing tests pass with my changes
  • My changes are free of accessibility errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment