aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-21 18:11:57 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-21 18:11:57 +0100
commit691ee07670cc1255004e33761b188c4944ca936d (patch)
treebd9f625b3a8c621cc9d1b812d8a5551b4cd03466 /CONTRIBUTING.md
parent10dce4105839265a835ecd99b656616a2335e314 (diff)
parentbfaf46cf144a73ec984e7c85cd2cc3acd2c9719c (diff)
downloadhistacom2-691ee07670cc1255004e33761b188c4944ca936d.tar.gz
histacom2-691ee07670cc1255004e33761b188c4944ca936d.tar.bz2
histacom2-691ee07670cc1255004e33761b188c4944ca936d.zip
Updated my Fork PART 3
# Conflicts: # TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..b8c2dce
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,13 @@
+# 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.
+
+## camelCase
+
+When you define something private or local, name it using camelCase. However, if it is public, use PascalCase.