First of all, thank you for contributing. It’s appreciated. 🙌
- ⇄ Pull requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.
- Pull requests must be accompanied by passing automated tests.
- Open a GitHub issue before doing significant amount of work.
- Clone the repo. If it was already cloned, then git pull to get the latest from master.
- Run
yarn
before anything else, and wait. - Write code.
- Run
./tasks/test.sh
to lint and test. Don’t commit before fixing all errors and warnings. - Commit with the Git Commit Msg Convention.
- Make a pull request.
- Checkout
master
branch. - Update CHANGELOG.md by copying the results of
$ npm run changelog
. - Run
$ yarn run release
. - Add the
Bump Verions
section to CHANGELOG.md. (#26)