mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 00:51:57 -05:00
Update CONTRIBUTING.md
This commit is contained in:
parent
3b52e46274
commit
840c2ad2ab
1 changed files with 4 additions and 0 deletions
|
@ -7,3 +7,7 @@ If you want to contribute, you need to follow these coding regulations for your
|
|||
Please, do not use C# type names.
|
||||
In other words, use `string` instead of `String`,
|
||||
use `bool` rather than `Boolean`, etc.
|
||||
|
||||
## camelCase
|
||||
|
||||
When you define something private or local, name it using camelCase. However, if it is public, use PascalCase.
|
||||
|
|
Loading…
Reference in a new issue