Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 529 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 529 Bytes

Contributing

We'd love for you to contribute to this project. You can do that by either submitting issues or pull requests.

Submitting Changes

Before submitting a change:

  • Verify that every commit passes all tests (npm run test)
  • Include tests for the new feature of bug fix
  • Make should the code passes the included linter rules (npm run lint)

Once every works as expected: