From d7e56a3c987436aef91b1b13756788a19e137631 Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:08:23 +0100 Subject: [PATCH] Updated How to collaborate (markdown) --- How-to-collaborate.md | 1 + 1 file changed, 1 insertion(+) diff --git a/How-to-collaborate.md b/How-to-collaborate.md index 3fc9839..b7a071b 100644 --- a/How-to-collaborate.md +++ b/How-to-collaborate.md @@ -19,6 +19,7 @@ I know what are you thinking: "I am not an expert, I do not know C++, I am not c So, setup the environment and compile the code as instructed below. Modify something dumb: the title bar of an app, some button, ... compile again and test. Try to understand how things works; this is exactly how everyone gets involved. +> [!TIP] > While you learn, you can add comments and rename variables if you think it will help others to understand the code. **This is also a very appreciated contribution.** ## Environment setup