- Add description
- Reference the open issue that the pull request addresses
- Pass code quality checks
- spin up docker
docker-compose up -d --build - enter api container
docker-compose exec api /bin/bash - run api tests
make validate - exit container
ctrl/command+Dorexit - enter web container
docker-compose exec web /bin/sh - run front-end tests
npm run testornpx jest - lint
npm run lint-fix - exit container as above
- spin up docker
- Request code review
- Please allow 36 hours from opening a pull request before merging a pull request- even if it has already received an approving review.
- Address comments on code and resolve requested changes
- Merge own code
Issue: #
Brief description of solution