From 51b2d09bd4a858cd51db07820c0abe4f3e81b38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Hellstr=C3=B6m?= Date: Thu, 26 Dec 2024 20:52:34 +0100 Subject: [PATCH] Update the contribution page --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8965a5e2..b055e98ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,15 +8,15 @@ You will find the docs on [github here](https://github.com/net-daemon/docs). - Fork the repository - Write code and tests - Make sure the tests run before PR -- Create a pullrequest against the NetDaemon Dev branch +- Create a pullrequest against the NetDaemon main branch ## Code quality -- Use default linter and fix all warnings +- Use default code quality checks and fix all warnings before PR review as warnings will fail the build process. ## Architecture -- If you want to do bigger design changes, goto Discord group and discuss in #dev channel, see https://discord.gg/K3xwfcX +- If you want to do bigger design changes, use the Discord group and discuss in #dev channel before putting too much work into it, see https://discord.gg/K3xwfcX ## Features and Issues