Skip to content

Commit

Permalink
🔄 synced local '.github/pull_request_template.md' with remote 'templa…
Browse files Browse the repository at this point in the history
…te_prs/auto_release_repo_pr.md' (#73)

Co-authored-by: surchs <null>
  • Loading branch information
surchs authored Mar 19, 2024
1 parent 075fbd1 commit 16a6be0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!---
Below is a suggested pull request template. Feel free to add more details you feel are relevant/necessary.
For more info on the PR process for Neurobagel repositories, see https://neurobagel.org/contributing/pull_requests/.
For more info on the Neurobagel PR process and other contributing guidelines, see https://neurobagel.org/contributing/CONTRIBUTING/.
-->

<!--
Expand All @@ -27,8 +27,9 @@ Changes proposed in this pull request:

<!-- To be checked off by reviewers -->
## 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
Expand All @@ -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.
- [ ] There is at least one test that would fail under the original bug conditions.

0 comments on commit 16a6be0

Please sign in to comment.