From 3795a9cc8023195d2e7e92206411c4f9b6852828 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Fri, 12 Sep 2025 10:13:17 -0700 Subject: [PATCH 1/7] Update election candidate bios and template to use proper YAML format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update 2025-GB candidate files to include full YAML header structure - Fix YAML info section to use map format instead of list format - Update 2025 nomination template to match new YAML structure - Ensure consistency across all election file formats 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- elections/steering/2025-GB/candidate-cblecker.md | 3 +++ elections/steering/2025-GB/candidate-cpanato.md | 3 +++ elections/steering/2025-GB/candidate-dims.md | 3 +++ elections/steering/2025-GB/candidate-nikhita.md | 3 +++ elections/steering/2025/nomination-template.md | 4 ++-- 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/elections/steering/2025-GB/candidate-cblecker.md b/elections/steering/2025-GB/candidate-cblecker.md index 9ab442829e1..bee0035d231 100644 --- a/elections/steering/2025-GB/candidate-cblecker.md +++ b/elections/steering/2025-GB/candidate-cblecker.md @@ -1,6 +1,9 @@ ------------------------------------------------------------- name: Christoph Blecker ID: cblecker +info: + employer: Red Hat + slack: cblecker ------------------------------------------------------------- # Christoph Blecker diff --git a/elections/steering/2025-GB/candidate-cpanato.md b/elections/steering/2025-GB/candidate-cpanato.md index a06207ba625..6210509b7ae 100644 --- a/elections/steering/2025-GB/candidate-cpanato.md +++ b/elections/steering/2025-GB/candidate-cpanato.md @@ -1,6 +1,9 @@ ------------------------------------------------------------- name: Carlos Tadeu Panato Jr ID: cpanato +info: + employer: Chainguard + slack: cpanato ------------------------------------------------------------- # Carlos Tadeu Panato Jr diff --git a/elections/steering/2025-GB/candidate-dims.md b/elections/steering/2025-GB/candidate-dims.md index 39d632557a3..ab31ea91ed1 100644 --- a/elections/steering/2025-GB/candidate-dims.md +++ b/elections/steering/2025-GB/candidate-dims.md @@ -1,6 +1,9 @@ ------------------------------------------------------------- name: Davanum Srinivas ID: dims +info: + employer: Amazon Web Services + slack: dims ------------------------------------------------------------- # Davanum Srinivas diff --git a/elections/steering/2025-GB/candidate-nikhita.md b/elections/steering/2025-GB/candidate-nikhita.md index 5a798df40ec..05619401c0b 100644 --- a/elections/steering/2025-GB/candidate-nikhita.md +++ b/elections/steering/2025-GB/candidate-nikhita.md @@ -1,6 +1,9 @@ ------------------------------------------------------------- name: Nikhita Raghunath ID: nikhita +info: + employer: VMware + slack: nikhita ------------------------------------------------------------- # Nikhita Raghunath diff --git a/elections/steering/2025/nomination-template.md b/elections/steering/2025/nomination-template.md index 326242271cd..75b7a3c5e8e 100644 --- a/elections/steering/2025/nomination-template.md +++ b/elections/steering/2025/nomination-template.md @@ -2,8 +2,8 @@ name: ID: GitHubID info: - - employer: Your Employer or "Independent" - - slack: slack handle + employer: Your Employer or "Independent" + slack: slack handle -------------------------------------------------------------