Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 490 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 490 Bytes

Contributing

  • Please follow best practices

  • Please keep the test coverage at current or higher percent. Write additional unit test if necessary

  • Please use TDD when fixing bugs. This means that you should write a unit test that fails because it reproduces the issue, then fix the issue finally run the test to ensure that the issue has been resolved. This helps us to prevent fixed bugs from happening again in the future.

  • Feel free to ask for help via email or github issues.