Contributing is usually collaborating with some lines of code. However, designing icons and suggesting ideas is also considered as contributing. If you would like to do any of the above keep reading.
If you want to contribute with code or an image feel free to suggest a Pull request.
For code:
- HTML and CSS Guideline: Google Guidelines
- JavaScript Guideline: Google Guidelines
If you find a line of code that does not follow these guidelines feel free to suggest a Pull Request with a comment that explaines what is wrong with it.
When creating a pull request you should include a prefix which describes the purpose of it. The format should be the following prefix/name-of-pull-request .
Some common prefixes are:
- feat/
- bug/