# 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.