Typo

GullCode 2022-04-18 22:08:12 +02:00
parent 9fe8a265de
commit 0b5fbe7a5f

@ -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. Informaiont inside the code is really appreciated
* Document global processing as well as tricky parts, don't be lazy, some may contribute to your own contribution. Information 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