Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 600 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 600 Bytes

How to contribute

  1. Fork the repo
  2. npm install preferable use node >= 14
  3. npm run test check that the tests are not failing
  4. Create your branch git checkout -b <my feature name>. If your feature is going to be big, please open an issue before
  5. When you commit, make sure to follow semantic versioning format
  6. Add some tests if needed
  7. After everything is ready, before the PR, re-run the tests npm run test

Thanks for contributing!