mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
32 lines
1,002 B
YAML
32 lines
1,002 B
YAML
name: Feature request
|
|
description: Suggest an idea for nf-core/modules
|
|
labels: feature
|
|
title: "[FEATURE]"
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Is your feature request related to a problem? Please describe
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder: |
|
|
<!-- e.g. [I'm always frustrated when ...] -->
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: A clear and concise description of the solution you want to happen.
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Describe alternatives you've considered
|
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
|
|
|
- type: textarea
|
|
id: additional_context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context about the feature request here.
|