aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: db0414378bae0b06b238b7a9e7c4b15a2f2c6f1e (plain) (blame)
1
2
3
4
5
6
7
8
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.