From 303687d42a3943ea21b8d3532558b57c236c15aa Mon Sep 17 00:00:00 2001 From: Maxime Garcia Date: Tue, 16 Feb 2021 11:30:29 +0100 Subject: [PATCH] Update .github/PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 61f8f071..a4f5a3fb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,6 +17,7 @@ Learn more about contributing: [CONTRIBUTING.md](https://github.com/nf-core/modu - [ ] If you've fixed a bug or added code that should be tested, add tests! - [ ] If you've added a new tool - have you followed the module conventions in the [contribution docs](https://github.com/nf-core/modules/tree/master/.github/CONTRIBUTING.md) - [ ] If necessary, include test data in your PR. +- [ ] Add to `.github/filters.yml` - [ ] Remove all TODO statements. - [ ] Emit the `.version.txt` file. - [ ] Follow the naming conventions.