To submit a pull request
October 22, 2016 · View on GitHub
First of all, thank you for contributing. It’s appreciated.
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
npm install. - Write code.
- Run
npm testto lint and test. Don’t commit before fixing all errors and warnings. - Commit using
npm run commitand follow the CLI instructions. - Make a pull request.
To release new versions
- Check that you have npm publishing rights before anything else.
- Run
npm run check-release. - Run
npm run release.