1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# Contributing
Contributions are very welcome; be that changes, bug fixing, issue resolution or support.
## Issues
All issues should be raised on [github.com/lawsie/guizero/issues](https://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 request 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`
|