From 5d4727d787403fe9b1df97aa159b9dd8a3528aa7 Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:04:21 +0200 Subject: [PATCH] Updated How to collaborate (markdown) --- How-to-collaborate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-collaborate.md b/How-to-collaborate.md index ea8ba38..dc49549 100644 --- a/How-to-collaborate.md +++ b/How-to-collaborate.md @@ -15,7 +15,7 @@ For learning about the text formatting, check the [Markdown Cheatsheet](https:// # Coding new stuff or fixing bugs -The easiest way to get a bug fixed or a new feature is to code it yourself. I know what are you thinking: "I am not an expert, I do not know C++, I am not capable, etc", but nobody really is until they do. +I know what are you thinking: "I am not an expert, I do not know C++, I am not capable, etc", but nobody really is until they do. The easiest way to get a bug fixed or a new feature is to code it yourself. 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.