Skip to content

Commit 7aa7dea

Browse files
bpmctblink-so[bot]
andauthored
Fix contributor avatars and docs: use avatar key and correct anomaly image extension (#312)
Co-authored-by: bpmct <[email protected]> Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
1 parent 59b0472 commit 7aa7dea

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Create `registry/[your-username]/README.md`:
8989
---
9090
display_name: "Your Name"
9191
bio: "Brief description of who you are and what you do"
92-
avatar_url: "./.images/avatar.png"
92+
avatar: "./.images/avatar.png"
9393
github: "your-username"
9494
linkedin: "https://www.linkedin.com/in/your-username" # Optional
9595
website: "https://yourwebsite.com" # Optional
@@ -102,7 +102,7 @@ status: "community"
102102
Brief description of who you are and what you do.
103103
```
104104

105-
> **Note**: The `avatar_url` must point to `./.images/avatar.png` or `./.images/avatar.svg`.
105+
> **Note**: The `avatar` must point to `./.images/avatar.png` or `./.images/avatar.svg`.
106106
107107
### 2. Generate Module Files
108108

MAINTAINER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ tags: ["tag1", "tag2"]
127127
```yaml
128128
display_name: "Your Name"
129129
bio: "Brief description of who you are and what you do"
130-
avatar_url: "./.images/avatar.png"
130+
avatar: "./.images/avatar.png"
131131
github: "username"
132132
linkedin: "https://www.linkedin.com/in/username" # Optional
133133
website: "https://yourwebsite.com" # Optional

registry/anomaly/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: "Jay Kumar"
33
bio: "I'm a Software Engineer :)"
4-
avatar_url: "./.images/avatar.png"
4+
avatar: "./.images/avatar.jpeg"
55
github: "35C4n0r"
66
linkedin: "https://www.linkedin.com/in/jaykum4r"
77
support_email: "[email protected]"

registry/ericpaulsen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: "Eric Paulsen"
33
bio: "Field CTO, EMEA @ Coder"
4-
avatar_url: "./.images/avatar.png"
4+
avatar: "./.images/avatar.png"
55
github: "ericpaulsen"
66
linkedin: "https://www.linkedin.com/in/ericpaulsen17" # Optional
77
website: "https://ericpaulsen.io" # Optional

registry/sharkymark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: "Mark Milligan"
33
bio: "VP of Revenue at https://nuon.co. Former VP of Sales at Coder. Love building startup revenue teams and tinkering with technology."
4-
avatar_url: "./.images/avatar.png"
4+
avatar: "./.images/avatar.png"
55
github: "sharkymark"
66
linkedin: "https://www.linkedin.com/in/marktmilligan" # Optional
77
website: "https://markmilligan.io" # Optional

0 commit comments

Comments
 (0)