Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 601 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 601 Bytes

Reporting a bug

  1. Before reporting a bug, make sure the bug is on the library side.
  2. To the bug report please attach a description, and the reproduction steps. Expected and actual results are welcome.

Contributing

  1. Every added change should be covered by a unit test.
  2. Every test has to pass.
  3. The code should not have any linting errors.
  4. The TypeScript code should not have any errors.
  5. Every new feature has to be documented.
  6. Update the project version according to the Semantic Versioning.
  7. Do not forget to update the CONTRIBUTORS.md file.