Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 495 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 495 Bytes

Contributing

Thank you for considering contributing.

Please follow next steps to make life easier:

  • Fork the project
  • Make bug fix or addition
  • Add/fix tests for your changes
  • Send a pull request.

Pull requests for bug fixes must be based on the current stable branch whereas pull requests for new features must be based on the master branch.

Coding Guideines

Please, make sure your code is following SOLID principles and follows the same rules as the main part of the project.