MCS Lite contributing
March 13, 2018 Β· View on GitHub
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.
To submit a pull request
- 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
yarnbefore anything else, and wait. - Write code.
- Run
./tasks/test.shto lint and test. Donβt commit before fixing all errors and warnings. - Commit with the Git Commit Msg Convention.
- Make a pull request.
To release new versions
- Checkout
masterbranch. - Update CHANGELOG.md by copying the results of
$ npm run changelog. - Run
$ yarn run release. - Add the
Bump Verionssection to CHANGELOG.md. (#26)