Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.37 KB

contributing.md

File metadata and controls

26 lines (18 loc) · 1.37 KB

Contribution Guidelines

  • The website suggested must have a design which look like a typical desktop computer GUI, ideally something like this.
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • Make an individual pull request for each suggestion.
  • New categories, or improvements to the existing categorization are welcome.
  • Check your spelling and grammar.

Adding a new website to the list

In order to add a new site to the list you can simply add a new row to the main table in README.md. The first column contains the favicon and the link to the website, the second column instead will specify if the site/project source code is available. There are no restrictions on the license on which the source code is released as long as it's been published somewhere.

A full row would look like this:

[![favicon](https://s2.googleusercontent.com/s2/favicons?domain_url=https://WEBSITE_URL) WEBSITE_NAME](https://WEBSITE_URL) | [![open](https://i.imgur.com/NBf3juI.png) Available](https://REPOISTORY_URL) |

whereas if the source code is not available:

[![favicon](https://s2.googleusercontent.com/s2/favicons?domain_url=https://WEBSITE_URL) WEBSITE_NAME](https://WEBSITE_URL) | ![locked](https://i.imgur.com/cONIqLv.png) n/a |

Thank you for contributing!