From cdfc04129360fd246adc58aa7e1b0cbd6865adb7 Mon Sep 17 00:00:00 2001 From: Chloe Kaubisch Date: Thu, 27 Jan 2022 17:39:23 +0100 Subject: [PATCH] hacking.md: add contributing section Add Contributing section to hacking.md with link to developer guide. --- HACKING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HACKING.md b/HACKING.md index 8e6c26d..bc48888 100644 --- a/HACKING.md +++ b/HACKING.md @@ -10,6 +10,10 @@ 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). +# Contributing + +Please refer to the [developer guide](https://www.osbuild.org/guides/developer-guide/developer-guide.html) to learn about our workflow, code style and more. + # Testing ## Unit tests