From df119a8abc4db8d1f1dde4ce0bb6fe428dc7aa6d Mon Sep 17 00:00:00 2001 From: surchs Date: Thu, 7 Mar 2024 17:12:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/pull?= =?UTF-8?q?=5Frequest=5Ftemplate.md'=20with=20remote=20'template=5Fprs/aut?= =?UTF-8?q?o=5Frelease=5Frepo=5Fpr.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.