Description of changes goes here.
- Ensure code meets linting standards,
yarn run lint
- Ensure all new functionality is covered by unit tests. Run the tests locally and make sure coverage hasn't gone down,
yarn run test:cover
-
Document code with comments where appropriate.
-
Pull the latest version of
Dev
and merge with it locally (git pull && git merge Dev
) before opening a PR request into Dev.
- [] Application builds locally
- [] Unit tests pass locally
- [] Code passes linting style check
- [] All dead code has been removed
- [] No secrets or credentials have been committed
- [] No merge conflicts with target branch