summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-08-14 11:27:00 +0200
committerAlexander Harkness <bearbin@gmail.com>2013-08-14 11:27:00 +0200
commita25fe9d3b258c7e0daf3352be0cbd3ee73fba07a (patch)
treeb47426af7f580f5194d7345bfe249e5d2aaf1fc0
parentFixed player swimstate crash. (diff)
parentAdded tabs/spaces stuff. (diff)
downloadcuberite-a25fe9d3b258c7e0daf3352be0cbd3ee73fba07a.tar
cuberite-a25fe9d3b258c7e0daf3352be0cbd3ee73fba07a.tar.gz
cuberite-a25fe9d3b258c7e0daf3352be0cbd3ee73fba07a.tar.bz2
cuberite-a25fe9d3b258c7e0daf3352be0cbd3ee73fba07a.tar.lz
cuberite-a25fe9d3b258c7e0daf3352be0cbd3ee73fba07a.tar.xz
cuberite-a25fe9d3b258c7e0daf3352be0cbd3ee73fba07a.tar.zst
cuberite-a25fe9d3b258c7e0daf3352be0cbd3ee73fba07a.zip
-rw-r--r--CONTRIBUTING12
1 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 000000000..734f40ddc
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,12 @@
+Code Stuff
+----------
+
+ * No magic numbers, use named constants like E_ITEM...
+ * Please use tabs for indentation and spaces for alignment.
+
+Copyright
+---------
+
+Your work should be licensed under the apache license, and you should add yourself to the CONTRIBUTORS file.
+
+If your work is not licensed under the apache license, then it must be compatible and marked as such.s