keycloak-scim/.github/pull_request_template.md
mfrances17 d4f2f5cd44
Add template for PRs (#173)
* add PR template

* fixed poor english copy paste

* add type checking rm todo

* rm storybook and verify checks
2020-10-20 15:30:02 -04:00

1.3 KiB

Motivation

Brief Description

Verification Steps

Checklist:

  • Code has been tested locally by PR requester
  • User-visible strings are using the react-i18next framework (useTranslation)
  • Help has been implemented
  • axe report has been run and resulting a11y issues have been resolved
  • Unit tests have been created/updated
  • Formatting has been performed via prettier/eslint
  • Type checking has been performed via 'yarn check-types'

Additional Notes