Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 672 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 672 Bytes

How To Contribute

  • Fork the repository
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'add some feature')
  • Push to your branch (git push origin my-new-feature)
  • Create a new Pull Request

Guidelines

  • Please make sure to follow existing conventions and style in order to keep the code as readable as possible.
  • Please make sure your changes did not break any functionalities.
  • Please make sure to comment your changes.
  • Please make sure to update the readme file if needed.
  • Try to test for your changes as well.

For further information please contact repository maintainers @rein4ce and @mdelasa.