diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 39ee002..f99181b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ ## Checklist +_This section is for the PR reviewer_ -- [ ] PR has an interpretable title with a prefix (`[ENH]`, `[FIX]`, `[REF]`, `[TST]`, `[CI]`, `[MNT]`, `[INF]`, `[MODEL]`, `[DOC]`) _(see https://neurobagel.org/contributing/pull_requests for more info)_ +- [ ] PR has an interpretable title with a prefix (`[ENH]`, `[FIX]`, `[REF]`, `[TST]`, `[CI]`, `[MNT]`, `[INF]`, `[MODEL]`, `[DOC]`) _(see our [Contributing Guidelines](https://neurobagel.org/contributing/CONTRIBUTING#pull-request-guidelines) for more info)_ - [ ] PR has a label for the release changelog or `skip-release` (to be applied by maintainers only) - [ ] PR links to GitHub issue with mention `Closes #XXXX` - [ ] Tests pass @@ -38,4 +39,4 @@ For new features: - [ ] Tests have been added For bug fixes: -- [ ] There is at least one test that would fail under the original bug conditions. \ No newline at end of file +- [ ] There is at least one test that would fail under the original bug conditions.