Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 498 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 498 Bytes

How to contribute to the library?

  • Make changes in the /src directory.
  • Before sending a pull request for a feature or bug fix, be sure to test it.
  • Use the same coding style as the rest of the codebase. The library is Standard JS compatible.
  • All pull requests should be made to the master branch.
  • Send commit summaries by following Conventional Commits specifications as possible as you can.