File: contributing.md

package info (click to toggle)
python-guizero 0.6.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,820 kB
  • sloc: python: 5,376; makefile: 28; sh: 17
file content (17 lines) | stat: -rw-r--r-- 523 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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](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 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`