Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 1.27 KB

Contributing

Hi, if you have found a bug, or would like to comment or extend an example then you will find this document useful.

Reporting bugs

Obviously, please try and read the documentation, and examples first. If you are getting unexpected behaviour then please visit the issues page. Check existing issues first, and if you can't find your problem, open a new issue. Code samples very welcome when describing bugs.

Submitting code

I'm largely following the gitflow workflow.

Tips & rules:

  • It is best to open an issue and discuss the change before making it. This will act as partial documentation for the change.
  • It would be appreciated if you could patch the develop branch; your changes may need testing, refactoring, or documentation, before being released. Your bug may also be fixed there.
  • If you are going a pull request then please create a feature branch before committing your changes.
  • All the tests need to pass before anything is pulled. You'll be able to see this in you PR. There are tests for Linux, MacOS, and Windows. All need to pass.

Thanks, BQ