From 98ee5aa0fcc7b5184b650ce429284808f22f7b07 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Tue, 4 Nov 2025 12:54:49 +0100 Subject: [PATCH 1/2] Change GitHub Codespaces badge style Updated GitHub Codespaces badge to use a shield style. --- nf_core/pipeline-template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/pipeline-template/README.md b/nf_core/pipeline-template/README.md index 27df819d49..d7152294a4 100644 --- a/nf_core/pipeline-template/README.md +++ b/nf_core/pipeline-template/README.md @@ -13,7 +13,7 @@ {% endif -%} {% if github_badges -%} -{% if codespaces %}[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new/{{ name }}){% endif %} +{% if codespaces %}[![Open in GitHub Codespaces](https://img.shields.io/badge/Open_In_GitHub_Codespaces-black?labelColor=grey&logo=github)](https://github.com/codespaces/new/{{ name }}){% endif %} [![GitHub Actions CI Status](https://github.com/{{ name }}/actions/workflows/nf-test.yml/badge.svg)](https://github.com/{{ name }}/actions/workflows/nf-test.yml) [![GitHub Actions Linting Status](https://github.com/{{ name }}/actions/workflows/linting.yml/badge.svg)](https://github.com/{{ name }}/actions/workflows/linting.yml){% endif -%} {% if is_nfcore -%}[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/{{ short_name }}/results){% endif -%} From e89792034897c4b8a666196804f16e3f93178d04 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Tue, 4 Nov 2025 11:57:44 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9633bd0db..846422f019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ ### Template +- Change GitHub Codespaces badge style ([#3869](https://github.com/nf-core/tools/pull/3869)) + ### Linting ### Modules