From d9860ebd4fbfe002bed70e1ab486562fc72230c7 Mon Sep 17 00:00:00 2001 From: GullCode Date: Mon, 18 Apr 2022 22:04:22 +0200 Subject: [PATCH] Added a note on warnings --- Code-contribution-rules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Code-contribution-rules.md b/Code-contribution-rules.md index 7a20041..6bac12a 100644 --- a/Code-contribution-rules.md +++ b/Code-contribution-rules.md @@ -10,6 +10,7 @@ It's important for everyone, be it contributors or reviewers, to have a clear co * Have an error management in your app * Make reusable content (class, structs, gui filler functions, ...) * Document global processing as well as tricky parts, don't be lazy, some may contribute to your own contribution, help them to help you, to help us +* Fix your compilation warnings before making a pull request. ALL your warnings. It's making a terrible noise in the compilation log each time we accept PRs with warnings everywhere * Provide access to your sources via a public repository # A note on Pull Requests