diff options
| author | lempamo <[email protected]> | 2017-07-21 09:23:07 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-21 09:23:07 -0400 |
| commit | 3b52e46274bd788a4953714a248fb95bca3408a2 (patch) | |
| tree | ce774286adc10d332cafc62e2dedb386a3e3207b | |
| parent | a42b7b8d3219f5df18721afdf88bddb8dd11d463 (diff) | |
| download | histacom2-3b52e46274bd788a4953714a248fb95bca3408a2.tar.gz histacom2-3b52e46274bd788a4953714a248fb95bca3408a2.tar.bz2 histacom2-3b52e46274bd788a4953714a248fb95bca3408a2.zip | |
Create CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..db04143 --- /dev/null +++ b/CONTRIBUTING.md @@ -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. |
