Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

44 lines (30 loc) · 1.28 KB

How to contribute

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.

Getting Started

  1. 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
  2. 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)

  1. Commit your changes

    git commit -am 'Add some identicon'
  2. Push your topic branch up to your fork:

    git push origin <my-new-identicon>
  3. Open a Pull Request with a clear title and description against the master branch.

License

By contributing your code, you agree to license your contribution under the MIT license.