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