Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 547 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 547 Bytes

Tiny.RestClient is a community effort. Code contributions are always welcomed.

Before to contribute juste follow these guidelines:

  • Start by creating an issue and describing your proposed fix/enhancement.
  • Fork the project and make your changes in the develop branch, your pull request must be on develop branch.
  • Write tests to cover all new/changed functionality. Your tests should fail without your changes and pass with them.
  • Add commments to any new public methods/properties/ect.
  • Check you have don't add any warning in the project