diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 966da75..9ebc67f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,7 +17,7 @@ when referring to the issue. (~Strikethrough~ any points that are not applicable.) - [ ] 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.~ _on hold until before public release_ +- [ ] Write unit tests for any new features, bug fixes, or other code changes. +- [ ] Update docs if there are any API changes. - [ ] If a new nextflow process is implemented, define the process `container` and `stub`. - [ ] Update `CHANGELOG.md` with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/