From 1356cfec1c27d129df40300ad18c1ee79a557789 Mon Sep 17 00:00:00 2001 From: Lukas Wallrich Date: Thu, 2 Jul 2026 12:40:24 +0200 Subject: [PATCH] Link Confidential Advisor & Ombuds from CoC and Steering Committee pages Rather than settle on a short nav menu label right now, surface the new page contextually instead: from the Code of Conduct page (as an in-confidence option before filing a formal report) and from the Steering Committee's Guidance & Oversight section, where the Ombuds card itself lives. Co-Authored-By: Claude Sonnet 5 --- content/about/steering-committee/index.md | 2 +- content/coc.md | 2 ++ scripts/generate_sc_profiles.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/about/steering-committee/index.md b/content/about/steering-committee/index.md index 8c34d9a1d46..f260e959920 100644 --- a/content/about/steering-committee/index.md +++ b/content/about/steering-committee/index.md @@ -423,7 +423,7 @@ layout: single Guidance & Oversight -

Independent ethical guidance and long-term stewardship.

+

Independent ethical guidance and long-term stewardship. To raise a concern or talk something through in confidence, see our Confidential Advisor & Ombuds page.

diff --git a/content/coc.md b/content/coc.md index eb10ff9c1cb..53de236ea4e 100644 --- a/content/coc.md +++ b/content/coc.md @@ -31,6 +31,8 @@ Consequences for violations of this code of conduct include, but are not limited As stated in the code, participants may report any violations of the code to any member of the FORRT ethics committee. Alternatively, you can report a suspected code of conduct violation through this anonymous form: [Access link here.](https://forms.gle/nQ51x1c8a8nnfQ7a9) +If you'd like to talk a concern through first, in confidence, before deciding whether to file a report, you can also reach out to FORRT's [Confidential Advisor or Ombuds](/about/confidential-advisor-ombuds/). + If possible, please report the following information: * Your contact information, if you allow us to follow up with you * Names (real, nicknames, or pseudonyms) of any individuals involved. diff --git a/scripts/generate_sc_profiles.py b/scripts/generate_sc_profiles.py index da48c2e9519..996e1a02956 100755 --- a/scripts/generate_sc_profiles.py +++ b/scripts/generate_sc_profiles.py @@ -74,7 +74,7 @@ }, "guidance": { "title": "Guidance & Oversight", - "description": "Independent ethical guidance and long-term stewardship.", + "description": 'Independent ethical guidance and long-term stewardship. To raise a concern or talk something through in confidence, see our Confidential Advisor & Ombuds page.', "icon": '' } }