Skip to content

Commit 1fee632

Browse files
docs(CONTRIBUTING): Update avatar instructions to recommend using GitHub avatar and clarify image requirements
1 parent b6c751e commit 1fee632

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,16 @@ mkdir -p registry/[your-username]/.images
5959

6060
#### Add Your Avatar
6161

62-
Every namespace must have an avatar. Add your avatar image:
62+
Every namespace must have an avatar. We recommend using your GitHub avatar:
6363

64-
1. Add a square image (recommended: 400x400px minimum) to `registry/[your-username]/.images/`
65-
2. Name it exactly `avatar.png` or `avatar.svg`
66-
3. Supported formats: `.png` or `.svg` only
64+
1. Download your GitHub avatar from `https://github.com/[your-username].png`
65+
2. Save it as `avatar.png` in `registry/[your-username]/.images/`
66+
3. This gives you a properly sized, square image that's already familiar to the community
67+
68+
The avatar must be:
69+
- Named exactly `avatar.png` or `avatar.svg`
70+
- Square image (recommended: 400x400px minimum)
71+
- Supported formats: `.png` or `.svg` only
6772

6873
#### Create Your Namespace README
6974

0 commit comments

Comments
 (0)