Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (22 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

39 lines (22 loc) · 1.03 KB

Contributing

Contributions are welcome.

Contributions should be done via Pull Requests on Github.

Code changes without tests will not be accepted

Follow this process:

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

Pull Requests Guidelines

  • Document any change in behaviour - Make sure the README.md and any other relevant documentation are kept up-to-date.

  • Create feature branches - pull request from your feature branch.

  • One pull request per feature

  • Make pull request against the "develop" branch

  • All pull requests should be thoroughly tested


Feedback

If you are using the software it would be great to know how you are using it!

Feedback, suggestions and feature requests are welcome by email at [email protected].