diff --git a/.github/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 50% rename from .github/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE.md index f4843c4..c619d89 100644 --- a/.github/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,27 +1,29 @@ ---- -name: Pull Request -about: Create a Pull Request -title: '' -labels: '' -assignees: '' ---- - ## Changes + ## Issues + + -## Checklist +## PR Checklist (~Strikethrough~ any points that are not applicable.) -- [ ] Write unit tests for any new features or bug fixes. +- [ ] This comment contains a description of changes with justifications, with any relevant issues linked. +- ~[ ] Write unit tests for any new features, bug fixes, or other code changes.~ _testing framework not yet implemented_ - [ ] Update docs if there are any API changes. -- [ ] Update the changelog with a one-line description of these changes and reference the PR number. +- [ ] If a new nextflow process is implemented: + - [ ] docker container is set in `conf/modules.config`. + - [ ] stub is defined. +- [ ] Update `CHANGELOG.md` with a one-line description of these changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/