mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
Create CONTRIBUTING.md
This commit is contained in:
parent
a42b7b8d32
commit
3b52e46274
1 changed files with 9 additions and 0 deletions
9
CONTRIBUTING.md
Normal file
9
CONTRIBUTING.md
Normal 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.
|
Loading…
Reference in a new issue