Want to contribute something to Awesome Identicons? Wonderful! Here's how you can help.
Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved.
-
Fork the project, clone your fork, and configure the remotes:
# Clone your fork of the repo into the current directory git clone https://github.com/drhus/awesome-identicons.git # Navigate to the newly cloned directory cd awesome-identicons
-
Create a new update branch
git checkout -b <my-new-identicon>
NOTE: Before you commit, ensure that your update using the same Awesome Identicons structure (image 490x280)
-
Commit your changes
git commit -am 'Add some identicon'
-
Push your topic branch up to your fork:
git push origin <my-new-identicon>
-
Open a Pull Request with a clear title and description against the
master
branch.
By contributing your code, you agree to license your contribution under the MIT license.