Update CONTRIBUTING.md

This commit is contained in:
Maijin 2018-04-18 22:46:28 +02:00 committed by GitHub
parent 56681a52f0
commit 880dfca217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@ r_core_wrap.cxx:32103:61: error: assigning to 'RDebugReasonType' from incompatib
* Do not leave trailing whitespaces at the end of line
* Do not use asserts
* Do not use C99 variable declaration
- This way we reduce the number of local variables per function
and it's easier to find which variables are used, where and so on.