From e61f400167bf69be4b75b77da0bd186a00c5f458 Mon Sep 17 00:00:00 2001 From: Maxime Garcia Date: Fri, 19 Mar 2021 15:39:22 +0100 Subject: [PATCH] feature: add new issue template for creating new module (#283) * feature: add new issue template for creating new module * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Kevin Menden Co-authored-by: Kevin Menden --- .github/ISSUE_TEMPLATE/new_module.md | 26 ++++++++++++++++++++++++++ README.md | 3 +-- 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/new_module.md diff --git a/.github/ISSUE_TEMPLATE/new_module.md b/.github/ISSUE_TEMPLATE/new_module.md new file mode 100644 index 00000000..5c7e61cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_module.md @@ -0,0 +1,26 @@ +--- +name: New module +about: Suggest a new module for nf-core/modules +title: "new module: TOOL/SUBTOOL" +label: new module +--- + + + +I think it would be good to have a module for [TOOL](https://bioconda.github.io/recipes/TOOL/README.html) + +- [ ] This module does not exist yet with the [`nf-core modules list`](https://github.com/nf-core/tools#list-modules) command +- [ ] There is no [open pull request](https://github.com/nf-core/modules/pulls) for this module +- [ ] There is no [open issue](https://github.com/nf-core/modules/issues) for this module +- [ ] If I'm planning to work on this module, I added myself to the `Assignees` to facilitate tracking who is working on the module diff --git a/README.md b/README.md index 9b86648d..481de3ea 100644 --- a/README.md +++ b/README.md @@ -157,10 +157,9 @@ Please check that the module you wish to add isn't already on [`nf-core/modules` - Search [open issues](https://github.com/nf-core/modules/issues) If the module doesn't exist on `nf-core/modules`: -- Please create a [new issue](https://github.com/nf-core/modules/issues/new/choose) before adding it +- Please create a [new issue](https://github.com/nf-core/modules/issues/new?assignees=&labels=new%20module&template=new_nodule.md&title=new%20module:) before adding it - Set an appropriate subject for the issue e.g. `new module: fastqc` - Add yourself to the `Assignees` so we can track who is working on the module -- Set the appropriate `Labels` for the issue e.g. `new module` ### nf-core modules create