Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 363 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 363 Bytes

First of all, thank you for contributing. It’s appreciated.

  1. Clone the repo and install dependencies with npm install.
  2. Make a GitHub issue before doing significant amount of work.
  3. Run npm test to lint and test. Don’t commit before fixing all errors and warnings.
  4. Commit using npm run commit and follow the CLI instructions
  5. Make a pull request.