File: contributing.md

package info (click to toggle)
python-guizero 1.6.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,872 kB
  • sloc: python: 7,160; makefile: 34; sh: 17
file content (17 lines) | stat: -rw-r--r-- 520 bytes parent folder | download
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`
- provide tests for all changes in `/test`