aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-21 09:23:07 -0400
committerGitHub <[email protected]>2017-07-21 09:23:07 -0400
commit3b52e46274bd788a4953714a248fb95bca3408a2 (patch)
treece774286adc10d332cafc62e2dedb386a3e3207b
parenta42b7b8d3219f5df18721afdf88bddb8dd11d463 (diff)
downloadhistacom2-3b52e46274bd788a4953714a248fb95bca3408a2.tar.gz
histacom2-3b52e46274bd788a4953714a248fb95bca3408a2.tar.bz2
histacom2-3b52e46274bd788a4953714a248fb95bca3408a2.zip
Create CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md9
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.