From 3c66d4ed61a2ecf8411a0f7b2fbf5eec60aab8da Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 17:04:25 +0000 Subject: [PATCH 1/2] registry: fix contributor avatars by using 'avatar' frontmatter key and correcting anomaly image extension\n\nCo-authored-by: bpmct <22407953+bpmct@users.noreply.github.com> --- registry/anomaly/README.md | 2 +- registry/ericpaulsen/README.md | 2 +- registry/sharkymark/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/anomaly/README.md b/registry/anomaly/README.md index a9f074d2d..7f0e7f8db 100644 --- a/registry/anomaly/README.md +++ b/registry/anomaly/README.md @@ -1,7 +1,7 @@ --- display_name: "Jay Kumar" bio: "I'm a Software Engineer :)" -avatar_url: "./.images/avatar.png" +avatar: "./.images/avatar.jpeg" github: "35C4n0r" linkedin: "https://www.linkedin.com/in/jaykum4r" support_email: "work.jaykumar@gmail.com" diff --git a/registry/ericpaulsen/README.md b/registry/ericpaulsen/README.md index 585b99480..fcf763034 100644 --- a/registry/ericpaulsen/README.md +++ b/registry/ericpaulsen/README.md @@ -1,7 +1,7 @@ --- display_name: "Eric Paulsen" bio: "Field CTO, EMEA @ Coder" -avatar_url: "./.images/avatar.png" +avatar: "./.images/avatar.png" github: "ericpaulsen" linkedin: "https://www.linkedin.com/in/ericpaulsen17" # Optional website: "https://ericpaulsen.io" # Optional diff --git a/registry/sharkymark/README.md b/registry/sharkymark/README.md index 3dd82dbae..0dd63b76b 100644 --- a/registry/sharkymark/README.md +++ b/registry/sharkymark/README.md @@ -1,7 +1,7 @@ --- display_name: "Mark Milligan" bio: "VP of Revenue at https://nuon.co. Former VP of Sales at Coder. Love building startup revenue teams and tinkering with technology." -avatar_url: "./.images/avatar.png" +avatar: "./.images/avatar.png" github: "sharkymark" linkedin: "https://www.linkedin.com/in/marktmilligan" # Optional website: "https://markmilligan.io" # Optional From b00b895bbedef6e624916506aed95c2644c8ffdb Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 17:10:36 +0000 Subject: [PATCH 2/2] docs: use 'avatar' frontmatter key in MAINTAINER.md and CONTRIBUTING.md\n\nCo-authored-by: bpmct <22407953+bpmct@users.noreply.github.com> --- CONTRIBUTING.md | 4 ++-- MAINTAINER.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b2b4d1e9..bdee42c4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,7 +89,7 @@ Create `registry/[your-username]/README.md`: --- display_name: "Your Name" bio: "Brief description of who you are and what you do" -avatar_url: "./.images/avatar.png" +avatar: "./.images/avatar.png" github: "your-username" linkedin: "https://www.linkedin.com/in/your-username" # Optional website: "https://yourwebsite.com" # Optional @@ -102,7 +102,7 @@ status: "community" Brief description of who you are and what you do. ``` -> **Note**: The `avatar_url` must point to `./.images/avatar.png` or `./.images/avatar.svg`. +> **Note**: The `avatar` must point to `./.images/avatar.png` or `./.images/avatar.svg`. ### 2. Generate Module Files diff --git a/MAINTAINER.md b/MAINTAINER.md index 223265746..eb73822a0 100644 --- a/MAINTAINER.md +++ b/MAINTAINER.md @@ -127,7 +127,7 @@ tags: ["tag1", "tag2"] ```yaml display_name: "Your Name" bio: "Brief description of who you are and what you do" -avatar_url: "./.images/avatar.png" +avatar: "./.images/avatar.png" github: "username" linkedin: "https://www.linkedin.com/in/username" # Optional website: "https://yourwebsite.com" # Optional