Skip to content

Commit

Permalink
Update module issue template for updates to existing nf-core modules (#…
Browse files Browse the repository at this point in the history
…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 <[email protected]>

---------

Co-authored-by: Simon Pearce <[email protected]>
  • Loading branch information
nmshahir and SPPearce authored Aug 22, 2024
1 parent eb093e6 commit 51076a8
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/update_module.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 51076a8

Please sign in to comment.