Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 540 Bytes

File metadata and controls

8 lines (7 loc) · 540 Bytes

Before submitting a pull request, please make sure the following is done:

  1. Fork the repository and create your branch from master.
  2. If you've added code that should be tested, add tests!
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes (npm test).
  5. Make sure your code lints (npm run lint).
  6. Commit your changes (git commit) Commit Message Format Reference.