HACKING.md: add Patches, Coding Style sections

Small hint where to file patches and what the coding style is.
This commit is contained in:
Christian Kellner 2020-09-26 10:54:04 +02:00 committed by Tom Gundersen
parent 01de94bc44
commit 3ee5966b79

View file

@ -1,3 +1,15 @@
# Patches
Patches should be submitted in the form of pull requests at
[github][github].
# Coding style
Standard PEP-8 formatting is used project wide for Python, with a few
relaxations, like maximum line length (120). A pylint config file
[`.pylintrc`](.pylintrc) is provided. The `./run-test.sh` will lint
the source code using this (see *Testing* below).
# Testing
## Unit tests
@ -156,3 +168,5 @@ sudo -u _osbuild-composer kdestroy -A
- [koji server howto](https://docs.pagure.org/koji/server_howto/)
- [koji server bootstrap](https://docs.pagure.org/koji/server_bootstrap/)
- [osbs koji plugin](https://github.com/containerbuildsystem/koji-containerbuild/)
[github][https://github.com/osbuild/koji-osbuild]