diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..3c1ae7c6b5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,34 @@ +## 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 +