From 9fe8a265deb3f9c7aa9acc7446f277c7ae57716d Mon Sep 17 00:00:00 2001 From: GullCode Date: Mon, 18 Apr 2022 22:07:55 +0200 Subject: [PATCH] Changed a sentence to something more clear --- Code-contribution-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code-contribution-rules.md b/Code-contribution-rules.md index 6bac12a..ced5489 100644 --- a/Code-contribution-rules.md +++ b/Code-contribution-rules.md @@ -9,7 +9,7 @@ It's important for everyone, be it contributors or reviewers, to have a clear co * Test and take in account the return code each time it's needed * 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 +* Document global processing as well as tricky parts, don't be lazy, some may contribute to your own contribution. Informaiont inside the code is really appreciated * 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