aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.