Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 1.76 KB

contributing.md

File metadata and controls

38 lines (19 loc) · 1.76 KB

Contribution Guidelines

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Adding something to the list

  1. To submit a request, you'll need a GitHub account. Don't have one, create one here.

  2. Make sure that the project that you want to submit is awesome enough.

    Something that would make you get the "aha" moment, instead of submitting every icon project on the Internet. Refer to the awesome manifesto for more information.

    Not sure if what you want to submit is awesome, feel free to submit a pull request anyway for discussion.

  3. Click on the readme.md file in the GitHub repository page.

    Click on readme

  4. Click on the edit icon on the top right.

    Click on edit

  5. Add the project that you would want to in the editor, refer to GFM for help with Markdown.

    Editing readme

  6. Say why you're proposing the changes, and then click on "Propose file change".

    Editing readme

  7. Submit the pull request!

Updating your Pull Request

Sometimes, a maintainer of an awesome list will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the awesome-* list guidelines.

Here is a write up on how to change a Pull Request, and the different ways you can do that.