- Fork it;
- Create your feature branch:
git checkout -b my-new-feature
; - Make your changes and make sure to write test for it;
- If you are implement a new feature update the README.md file, add the new feature reference to the end of the section Full API reference, following the standard. And if implemented a feature that is in the TODO list, please check the respective checkbox;
- Important one: Commit your changes using the npm script:
npm run commit
. This will guide you through the proper commit message in order to trigger or not a new version of this package and publish it to NPM registry; - Push to the branch:
git push origin my-new-feature
.
After your pull request is merged, you can safely delete your branch.