From 4155ddff26284e46a2bfeed720d2abae19c42560 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Fri, 28 Mar 2025 13:03:03 +0100 Subject: [PATCH] Move checkboxes down in the issue template --- .github/ISSUE_TEMPLATE/new_pipeline.yml | 49 +++++++++++++------------ 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new_pipeline.yml b/.github/ISSUE_TEMPLATE/new_pipeline.yml index 3bfd3fa..8b081e7 100644 --- a/.github/ISSUE_TEMPLATE/new_pipeline.yml +++ b/.github/ISSUE_TEMPLATE/new_pipeline.yml @@ -4,30 +4,7 @@ title: "New pipeline: nf-core/" labels: "new-pipeline,proposed" projects: nf-core/104 body: - - type: checkboxes - attributes: - label: "I confirm my proposed pipeline will follow nf-core guidelines. Most importantly, my pipeline will:" - description: You can see all the requirements [here](https://nf-co.re/docs/guidelines/pipelines/overview). - options: - - label: be built with Nextflow. - required: true - - label: pass nf-core lint tests and use standardized parameters. - required: true - - label: be community-owned and developed within the nf-core organization. - required: true - - label: open source under the MIT license with proper credits and acknowledgments. - required: true - - label: have a descriptive, all lowercase, and without punctuation name. - required: true - - label: use the nf-core pipeline template and predominantly use official nf-core modules. - required: true - - label: focus on a specific data/analysis type with appropriate scope. - required: true - - label: have properly maintained documentation. - required: true - - label: be bundled using versioned Docker/Singularity containers. - required: true - + - type: input attributes: label: Pipeline title/name @@ -60,6 +37,30 @@ body: validations: required: true + - type: checkboxes + attributes: + label: "I confirm my proposed pipeline will follow nf-core guidelines. Most importantly, my pipeline will:" + description: You can see all the requirements [here](https://nf-co.re/docs/guidelines/pipelines/overview). + options: + - label: be built with Nextflow. + required: true + - label: pass nf-core lint tests and use standardized parameters. + required: true + - label: be community-owned and developed within the nf-core organization. + required: true + - label: open source under the MIT license with proper credits and acknowledgments. + required: true + - label: have a descriptive, all lowercase, and without punctuation name. + required: true + - label: use the nf-core pipeline template and predominantly use official nf-core modules. + required: true + - label: focus on a specific data/analysis type with appropriate scope. + required: true + - label: have properly maintained documentation. + required: true + - label: be bundled using versioned Docker/Singularity containers. + required: true + - type: textarea attributes: label: Why do we need a new pipeline?