From 51076a80a2d4f48c51f63beaf17a03269f0355a9 Mon Sep 17 00:00:00 2001 From: Nur M Shahir Date: Thu, 22 Aug 2024 04:30:29 -0400 Subject: [PATCH] Update module issue template for updates to existing nf-core modules (#6223) * Create update_module.yml Creating issue template for updating existing nf-core modules. * Update .github/ISSUE_TEMPLATE/update_module.yml Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com> --------- Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/update_module.yml | 36 ++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/update_module.yml diff --git a/.github/ISSUE_TEMPLATE/update_module.yml b/.github/ISSUE_TEMPLATE/update_module.yml new file mode 100644 index 00000000000..a08847e46b1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/update_module.yml @@ -0,0 +1,36 @@ +name: Update module +description: Update a module in nf-core/modules +title: "update module: TOOL/SUBTOOL" +labels: update module +body: + - type: checkboxes + attributes: + label: Is there an existing module for this? + description: This module already exists with the [`nf-core modules list`](https://github.com/nf-core/tools#list-modules) command + options: + - label: I have searched for the existing module + required: true + + - type: checkboxes + attributes: + label: Is there an open PR for this? + description: There is no [open pull request](https://github.com/nf-core/modules/pulls) for this module + options: + - label: I have searched for existing PRs + required: true + + - type: checkboxes + attributes: + label: Is there an open issue for this? + description: There is no [open issue](https://github.com/nf-core/modules/issues) for this module + options: + - label: I have searched for existing issues + required: true + + - type: checkboxes + attributes: + label: Are you going to work on this? + description: If I'm planning to work on this module, I added myself to the `Assignees` to facilitate tracking who is working on the module + options: + - label: If I'm planning to work on this module, I added myself to the `Assignees` to facilitate tracking who is working on the module + required: false