Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 376 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 376 Bytes

Contribution rules

Thank you for interest in contribution to this repo.

There is few rules you need to consider making PR:

  • All changes must be covered with tests.
  • All changes should remain backward compatible with the current API.
  • New features must be documented and have examples.
  • PR must have clear reason to be added. If you solve a bug – prove that it is.