Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 552 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 552 Bytes

Development process

  1. Branch off of master: git checkout -b username/branch-name
  2. Commit your changes
  3. Make a pull request against the master branch

Testing

  • If you'd like to test linting rules, add or update the .js files in the test directory.
  • Then run npm run lint

Release process

  1. Bump the version in package.json
  2. Update package-lock.json by running npm install
  3. Create a release commit: git commit -a -m "Prepare release v[1.1.0]"
  4. Create a new release on GitHub
  5. Publish to NPM: npm publish