Pull Request/Code Review Checklist
A checklist for when doing a pull request, code review.
- Covers all acceptance criteria in story/issue
- Automatted tests are added for any new functionality
- Change is well documented both in terms of code comments and user-facing docs
- Follows coding standards
- Commmit message(s) provide a helpful, brief description of the code change