summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 000000000..734f40ddc
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -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