Feel free to fork and clone the repo and look into the code as much as you like. If you find any bugs or mistakes, please refer to the contribution guide for how to help us out.
To make any changes to the any documentation, create an issue with an appropriate
title with the body stating why you want that design, then make the necessary
edits in a new branch, and make a pull request to the docs branch.
- Google JavaScript Style Guide
- JSDocs for comments and documentation
ESLint is a great tool that will help with the above
Please write sensible commit messages, so as to enable seamless generation of the CHANGELOG.
This is a very helpful resource https://chris.beams.io/posts/git-commit/