Create CONTRIBUTING.md

This commit is contained in:
lempamo 2017-07-21 09:23:07 -04:00 committed by GitHub
parent a42b7b8d32
commit 3b52e46274

9
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,9 @@
# Coding Regulations
If you want to contribute, you need to follow these coding regulations for your code to be considered.
## Type names
Please, do not use C# type names.
In other words, use `string` instead of `String`,
use `bool` rather than `Boolean`, etc.