Skip to content
This repository was archived by the owner on Jun 21, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 900 Bytes

File metadata and controls

27 lines (16 loc) · 900 Bytes

Contributing Guide

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.

Documentation

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.

Conventions

Code

ESLint is a great tool that will help with the above

Commits

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/