From ccc960fb85f7f9e4a5ed69e14e3e454dd8032873 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Mon, 20 Apr 2026 10:18:04 +0200 Subject: [PATCH 1/7] Fix governance page admin -> owner for slack workspace --- sites/docs/src/content/docs/community/governance/core-team.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs/src/content/docs/community/governance/core-team.mdx b/sites/docs/src/content/docs/community/governance/core-team.mdx index 3eb8ba2296..adb59cc132 100644 --- a/sites/docs/src/content/docs/community/governance/core-team.mdx +++ b/sites/docs/src/content/docs/community/governance/core-team.mdx @@ -236,7 +236,7 @@ To onboard a new core team member: 1. Add to GitHub core team 1. Add as owners on the GitHub organisation 1. Add to `@core-team` `@outreach-team` slack teams -1. Add as admin on Slack +1. Add as owner on Slack 1. Add to hackMD team as Admin 1. Add to `quay.io` in team owners 1. Add to Tower organisation as owner From 4060d00dc495043138a9d43a5de4da4fe6ece713 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Mon, 20 Apr 2026 10:33:28 +0200 Subject: [PATCH 2/7] Apply suggestion from @maxulysse --- sites/docs/src/content/docs/community/governance/core-team.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs/src/content/docs/community/governance/core-team.mdx b/sites/docs/src/content/docs/community/governance/core-team.mdx index adb59cc132..69478fe0fe 100644 --- a/sites/docs/src/content/docs/community/governance/core-team.mdx +++ b/sites/docs/src/content/docs/community/governance/core-team.mdx @@ -239,7 +239,7 @@ To onboard a new core team member: 1. Add as owner on Slack 1. Add to hackMD team as Admin 1. Add to `quay.io` in team owners -1. Add to Tower organisation as owner +1. Add to the Seqera Platform organisation as owner 1. Add to nf-core google calendar(s) 1. Add to `core@nf-co.re` forwarder 1. Add to [Zenodo community](https://zenodo.org/communities/nf-core/records?q=&l=list&p=1&s=10) as admin From 7611b64943e07e984624b1bc2a988d08cdcab9ab Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Mon, 20 Apr 2026 10:36:51 +0200 Subject: [PATCH 3/7] Apply suggestion from @maxulysse --- sites/docs/src/content/docs/community/governance/core-team.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs/src/content/docs/community/governance/core-team.mdx b/sites/docs/src/content/docs/community/governance/core-team.mdx index 69478fe0fe..c06335c869 100644 --- a/sites/docs/src/content/docs/community/governance/core-team.mdx +++ b/sites/docs/src/content/docs/community/governance/core-team.mdx @@ -242,7 +242,7 @@ To onboard a new core team member: 1. Add to the Seqera Platform organisation as owner 1. Add to nf-core google calendar(s) 1. Add to `core@nf-co.re` forwarder -1. Add to [Zenodo community](https://zenodo.org/communities/nf-core/records?q=&l=list&p=1&s=10) as admin +1. Add to [Zenodo community](https://zenodo.org/communities/nf-core/records?q=&l=list&p=1&s=10) as owner 1. Update **Website / About** (get new member to check) 1. Ask new member to add nf-core apple core emoji as Status 1. Make Slack announcement From 1d118c830c2ca4918295d2a19d5df4956b696543 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Mon, 20 Apr 2026 12:09:54 +0200 Subject: [PATCH 4/7] Apply suggestion from @maxulysse --- sites/docs/src/content/docs/community/governance/core-team.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/docs/src/content/docs/community/governance/core-team.mdx b/sites/docs/src/content/docs/community/governance/core-team.mdx index c06335c869..2ac2afc6be 100644 --- a/sites/docs/src/content/docs/community/governance/core-team.mdx +++ b/sites/docs/src/content/docs/community/governance/core-team.mdx @@ -241,6 +241,7 @@ To onboard a new core team member: 1. Add to `quay.io` in team owners 1. Add to the Seqera Platform organisation as owner 1. Add to nf-core google calendar(s) +1. Add as owner to Google Brand account 1. Add to `core@nf-co.re` forwarder 1. Add to [Zenodo community](https://zenodo.org/communities/nf-core/records?q=&l=list&p=1&s=10) as owner 1. Update **Website / About** (get new member to check) From be493e64f5afd19345de21a8f1926c8a55dc34ae Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Tue, 21 Apr 2026 09:32:54 +0200 Subject: [PATCH 5/7] Apply suggestions from code review Co-authored-by: Maxime U Garcia --- sites/docs/src/content/docs/community/governance/core-team.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/docs/src/content/docs/community/governance/core-team.mdx b/sites/docs/src/content/docs/community/governance/core-team.mdx index 2ac2afc6be..c6414df2a7 100644 --- a/sites/docs/src/content/docs/community/governance/core-team.mdx +++ b/sites/docs/src/content/docs/community/governance/core-team.mdx @@ -236,6 +236,7 @@ To onboard a new core team member: 1. Add to GitHub core team 1. Add as owners on the GitHub organisation 1. Add to `@core-team` `@outreach-team` slack teams +1. Make sure 2FA is enabled for Slack 1. Add as owner on Slack 1. Add to hackMD team as Admin 1. Add to `quay.io` in team owners From 55a2237b6ac9d04acc15b51017ca409cea62844a Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Wed, 22 Apr 2026 12:55:41 +0200 Subject: [PATCH 6/7] Apply suggestion from @maxulysse --- sites/docs/src/content/docs/community/governance/core-team.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs/src/content/docs/community/governance/core-team.mdx b/sites/docs/src/content/docs/community/governance/core-team.mdx index c6414df2a7..642fac8238 100644 --- a/sites/docs/src/content/docs/community/governance/core-team.mdx +++ b/sites/docs/src/content/docs/community/governance/core-team.mdx @@ -246,7 +246,7 @@ To onboard a new core team member: 1. Add to `core@nf-co.re` forwarder 1. Add to [Zenodo community](https://zenodo.org/communities/nf-core/records?q=&l=list&p=1&s=10) as owner 1. Update **Website / About** (get new member to check) -1. Ask new member to add nf-core apple core emoji as Status +1. Ask new member to add nf-core apple core emoji as Slack Status, or have core team in Slack title 1. Make Slack announcement 1. Make Social media announcement From 562adda4d1476956328a4b03f40bbcb4b41d9eb3 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Wed, 22 Apr 2026 13:23:17 +0200 Subject: [PATCH 7/7] Apply suggestion from @maxulysse --- sites/docs/src/content/docs/community/governance/core-team.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs/src/content/docs/community/governance/core-team.mdx b/sites/docs/src/content/docs/community/governance/core-team.mdx index 642fac8238..333327c6a7 100644 --- a/sites/docs/src/content/docs/community/governance/core-team.mdx +++ b/sites/docs/src/content/docs/community/governance/core-team.mdx @@ -238,7 +238,7 @@ To onboard a new core team member: 1. Add to `@core-team` `@outreach-team` slack teams 1. Make sure 2FA is enabled for Slack 1. Add as owner on Slack -1. Add to hackMD team as Admin +1. Add to hackMD team as Admin (can be done via email or username) 1. Add to `quay.io` in team owners 1. Add to the Seqera Platform organisation as owner 1. Add to nf-core google calendar(s)