Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 675 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 675 Bytes

Contribution Guideline

Making a contribution

  1. Fork the repo if you do not have write access
  2. Clone the remote (fork) from GitHub
  3. Create a branch named <yourgithubusername>/<yourfeature>
  4. Make one or more atomic commits
  5. Make sure the tests pass locally
  6. Create a pull request on GitHub

Publishing a new version

  1. Make sure you have write access to the module on npm
  2. Make sure you have write access to the master branch on GitHub
  3. Checkout master and make sure it's up to date with the remote
  4. Run npm run release <level>, where <level> can be any of: 'major', 'minor', 'patch', 'premajor', 'preminor', 'prepatch', or 'prerelease'.