From a1c40fec68dfcafd633a6d17b2aef392cda428ad Mon Sep 17 00:00:00 2001 From: Alyssa Dai Date: Fri, 1 Mar 2024 17:50:08 -0500 Subject: [PATCH] Fix dead link in pull_request_template.md (#173) --- .github/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eeeea108..cd81d430 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ You can also link to other issues if necessary, e.g. "See also #1234". https://help.github.com/articles/closing-issues-using-keywords --> -Closes # +- Closes # ## Checklist +_Please leave checkboxes empty for PR reviewers_ -- [ ] PR has an interpretable title with a prefix (`[ENH]`, `[FIX]`, `[REF]`, `[TST]`, `[CI]`, `[MNT]`, `[INF]`) _(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]`) _see our [Contributing Guidelines](https://neurobagel.org/contributing/CONTRIBUTING/#pull-request-guidelines) for more info)_ - [ ] PR links to GitHub issue with mention `Closes #XXXX` - [ ] Checks pass