diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..9681954d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,47 @@ +Resolves #ISSUE(s). + + + +## Pre-merge checklist + + + +### PR Overview + + +This PR: +- One +- Two +- Three + +===================== +### Documentation +- Was the documentation added/updated under `docs/`? + - [ ] Yes + - [ ] No, updates to the docs were not necessary after careful consideration + +### QC +- Was the full pipeline run before submitting this PR using `sh run.sh make build-mondo-ingest` on this branch (after `docker pull obolibrary/odkfull:dev`), and no errors occurred? + - [ ] Yes + - [ ] No, there are no functional (code-related) changes to the pipeline in the PR, so no re-run is necessary + +### New Packages +- Were any new *Python packages* added? + - [ ] Yes, [requirements.txt.full](https://github.com/INCATools/ontology-development-kit/blob/master/requirements.txt.full) was updated and an [ODK issue](https://github.com/INCATools/ontology-development-kit/issues/new) submitted + - [ ] No +
+ +- Were any other *non-Python packages* added? + - [ ] Yes, [Dockerfile](https://github.com/INCATools/ontology-development-kit/blob/master/Dockerfile) updated and an [ODK issue](https://github.com/INCATools/ontology-development-kit/issues/new) submitted + - [ ] No + +### PR Review and Conversations Resolved +- Has the PR been sufficiently reviewed by at least one team member of the Mondo Technical team and all threads resolved? + - [ ] Yes