Updated How to collaborate (markdown)

Erwin Ried 2020-06-26 16:04:21 +02:00
parent 117c688f8e
commit 5d4727d787

@ -15,7 +15,7 @@ For learning about the text formatting, check the [Markdown Cheatsheet](https://
# Coding new stuff or fixing bugs # 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. 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.