- Create a branch named
new_avatar/<your_name>
. - Add your avatar image to the
avatars
folder.- The image should be named as
<your_name>_<sha1sum>.<ext>
.<your_name>
is your name.- If your name contains spaces, replace them with dashes (
-
).
- If your name contains spaces, replace them with dashes (
<sha1sum>
is the SHA1 checksum of your avatar image.<ext>
is the extension of the image (e.g.,.jpg
,.png
,.gif
)
- The image should be named as
- Create a pull request to merge your branch into
master
.
The avatar images in this repo are licensed under the Creative Commons Attribution 4.0 International License. If you upload your avatar image to this repo, you agree to license your image under the same license.