Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 841 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 841 Bytes

Contributing

This library is open to contributions from anyone who are interested but please make sure that you are following this guideline:

  • When editting JavaScript (*.js, *.mjs) files, please follow the standard.js styleguide;
  • Test your changes by running npm run test before committing. This makes sure that you are following the styleguide and not breaking any codes;
  • When committing, the commit message should follow the Convential Commits. This might be useful in the future for automations.

Also, take a look at the repository's board to know about the project's future plans, things we should do and don't.

Any contributions to this project is greatly appreciated.