Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 915 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 915 Bytes

Contributing

This library is open for contributions from anyone who are interested but please make sure that you are following these guidelines:

  • 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]. You can run npm run commitlint after commit to test your commit message.

Also, please take a look at the repository's projects to know more about the library's future plans.

Any contributions to this library are greatly appreciated. Thank you