Contributing
Contibutions are very welcome; be that changes, bug fixing, issue resolution or support.
Issues
All issues should be raise on github.com/lawsie/guizero/issues
Code
When providing code changes please:
- use the
dev
branch as the base for all changes - create a single pull requests for each fix / addition
- follow the existing coding style
- provide documentation for all changes as markdown in
/docs-src
- provide tests for all changes in
/test