File: contributing.md

package info (click to toggle)
python-guizero 1.1.1%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,676 kB
  • sloc: python: 6,286; makefile: 28; sh: 17
file content (17 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (2)
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`