Skip to content

Commit ac3e672

Browse files
authored
Update new_pipeline.yml
1 parent 2455ee2 commit ac3e672

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

.github/ISSUE_TEMPLATE/new_pipeline.yml

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,27 @@ projects: nf-core/104
66
body:
77
- type: checkboxes
88
attributes:
9-
label: "I confirm my proposed pipeline will follow nf-core guidelines. Most importantly, my pipeline:"
9+
label: "I confirm my proposed pipeline will follow nf-core guidelines. Most importantly, my pipeline will:"
1010
description: You can see all the requirements [here](https://nf-co.re/docs/guidelines/pipelines/overview).
1111
options:
12-
- label: will be built with Nextflow and use the nf-core pipeline template.
12+
- label: be built with Nextflow.
1313
required: true
14-
- label: will pass nf-core lint tests and use standardized parameters.
14+
- label: pass nf-core lint tests and use standardized parameters.
1515
required: true
16-
- label: will be community-owned and developed within the nf-core organization.
16+
- label: be community-owned and developed within the nf-core organization.
1717
required: true
18-
- label: will be open source under the MIT license with proper credits and acknowledgments
18+
- label: open source under the MIT license with proper credits and acknowledgments.
1919
required: true
20-
- label: name will be descriptive, all lowercase, and without punctuation.
20+
- label: have a descriptive, all lowercase, and without punctuation name.
2121
required: true
22-
- label: will use the nf-core pipeline template and predominantly use official nf-core modules.
22+
- label: use the nf-core pipeline template and predominantly use official nf-core modules.
2323
required: true
24-
- label: will focus on a specific data/analysis type with appropriate scope.
24+
- label: focus on a specific data/analysis type with appropriate scope.
2525
required: true
26-
- label: will have properly maintained documentation.
26+
- label: have properly maintained documentation.
2727
required: true
28-
- label: will be must be bundled using versioned Docker/Singularity containers.
28+
- label: be bundled using versioned Docker/Singularity containers.
2929
required: true
30-
31-
- type: input
32-
attributes:
33-
label: What is the last heading on the requirements page that is linked above?
34-
description: Please copy and paste to confirm that you have visited the requirements pages. Because just ticking a box is easy.
35-
validations:
36-
required: true
3730

3831
- type: input
3932
attributes:

0 commit comments

Comments
 (0)