Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
- Fork and clone the repo
$ npm install
to install dependencies$ npm run validate
to validate you've got it working- Create a branch for your PR
Have a look at test/README.md
to see how testing works. Run npm run watch:test
while developing. Have fun! :)
Please install editorconfig plugin for your preferred editor.
We follow a convention for commit messages. Please follow this convention for your commit messages.
You can use commitizen
to help you to follow the convention
Once you are ready to commit the changes, please use the below commands
git add <files to be comitted>
$ npm run commit
... and follow the instruction of the interactive prompt.