Skip to content

Commit 4155ddf

Browse files
authored
Move checkboxes down in the issue template
1 parent 97cb212 commit 4155ddf

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

.github/ISSUE_TEMPLATE/new_pipeline.yml

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,7 @@ title: "New pipeline: nf-core/<add provisional pipeline name here>"
44
labels: "new-pipeline,proposed"
55
projects: nf-core/104
66
body:
7-
- type: checkboxes
8-
attributes:
9-
label: "I confirm my proposed pipeline will follow nf-core guidelines. Most importantly, my pipeline will:"
10-
description: You can see all the requirements [here](https://nf-co.re/docs/guidelines/pipelines/overview).
11-
options:
12-
- label: be built with Nextflow.
13-
required: true
14-
- label: pass nf-core lint tests and use standardized parameters.
15-
required: true
16-
- label: be community-owned and developed within the nf-core organization.
17-
required: true
18-
- label: open source under the MIT license with proper credits and acknowledgments.
19-
required: true
20-
- label: have a descriptive, all lowercase, and without punctuation name.
21-
required: true
22-
- label: use the nf-core pipeline template and predominantly use official nf-core modules.
23-
required: true
24-
- label: focus on a specific data/analysis type with appropriate scope.
25-
required: true
26-
- label: have properly maintained documentation.
27-
required: true
28-
- label: be bundled using versioned Docker/Singularity containers.
29-
required: true
30-
7+
318
- type: input
329
attributes:
3310
label: Pipeline title/name
@@ -60,6 +37,30 @@ body:
6037
validations:
6138
required: true
6239

40+
- type: checkboxes
41+
attributes:
42+
label: "I confirm my proposed pipeline will follow nf-core guidelines. Most importantly, my pipeline will:"
43+
description: You can see all the requirements [here](https://nf-co.re/docs/guidelines/pipelines/overview).
44+
options:
45+
- label: be built with Nextflow.
46+
required: true
47+
- label: pass nf-core lint tests and use standardized parameters.
48+
required: true
49+
- label: be community-owned and developed within the nf-core organization.
50+
required: true
51+
- label: open source under the MIT license with proper credits and acknowledgments.
52+
required: true
53+
- label: have a descriptive, all lowercase, and without punctuation name.
54+
required: true
55+
- label: use the nf-core pipeline template and predominantly use official nf-core modules.
56+
required: true
57+
- label: focus on a specific data/analysis type with appropriate scope.
58+
required: true
59+
- label: have properly maintained documentation.
60+
required: true
61+
- label: be bundled using versioned Docker/Singularity containers.
62+
required: true
63+
6364
- type: textarea
6465
attributes:
6566
label: Why do we need a new pipeline?

0 commit comments

Comments
 (0)