From 22519a90dab212e0a35cd593f82feca4f13e5586 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Wed, 28 May 2025 13:41:06 +0200 Subject: [PATCH] Issues: Add links to RFC docs + pipeline guidelines --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0..ec07973 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,8 @@ blank_issues_enabled: false +contact_links: + - name: RFC documentation + url: https://nf-co.re/docs/contributing/project_proposals + about: Process for proposing major new nf-core projects + - name: Pipeline Guidelines + url: https://nf-co.re/docs/guidelines/pipelines/overview + about: Guidelines and requirements for nf-core pipelines.