diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index aa4a58dc..2b058074 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,15 +17,25 @@ ## Testing Done - + ## Screenshots (if UI changes) +## Environment Variables + + + ## Checklist -- [ ] Tests pass (`poetry run pytest`) -- [ ] Code passes linting (`pylint`) +- [ ] `make lint` passes (pylint on changed `.py` files) +- [ ] `make test` passes (pytest in `quantara/web_app/tests/`) +- [ ] CI is green on this PR - [ ] Documentation updated (if applicable) -- [ ] PR is linked to a related issue +- [ ] PR is linked to a related issue (`Closes #`)