Skip to content

Commit 3f2d7cd

Browse files
cbleckerclaude
andcommitted
Update election candidate bios and template to use proper YAML format
- 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 <[email protected]>
1 parent ba7b266 commit 3f2d7cd

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
-------------------------------------------------------------
22
name: Christoph Blecker
33
ID: cblecker
4+
info:
5+
employer: Red Hat
6+
slack: cblecker
47
-------------------------------------------------------------
58

69
# Christoph Blecker
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
-------------------------------------------------------------
22
name: Carlos Tadeu Panato Jr
33
ID: cpanato
4+
info:
5+
employer: Chainguard
6+
slack: cpanato
47
-------------------------------------------------------------
58

69
# Carlos Tadeu Panato Jr
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
-------------------------------------------------------------
22
name: Davanum Srinivas
33
ID: dims
4+
info:
5+
employer: Amazon Web Services
6+
slack: dims
47
-------------------------------------------------------------
58

69
# Davanum Srinivas
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
-------------------------------------------------------------
22
name: Nikhita Raghunath
33
ID: nikhita
4+
info:
5+
employer: VMware
6+
slack: nikhita
47
-------------------------------------------------------------
58

69
# Nikhita Raghunath

elections/steering/2025/nomination-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name:
33
ID: GitHubID
44
info:
5-
- employer: Your Employer or "Independent"
6-
- slack: slack handle
5+
employer: Your Employer or "Independent"
6+
slack: slack handle
77
-------------------------------------------------------------
88

99
<!-- Please make a copy of this template as "candidate-githubid.md" and save it to

0 commit comments

Comments
 (0)