diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-08-14 10:48:16 +0200 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-08-14 10:54:32 +0200 |
commit | 386d8190e9acf161185b60c16fed36134c18d215 (patch) | |
tree | 5fddbfd551aa476b480372c937017c6f66002ef2 /CONTRIBUTING | |
parent | Fixed player swimstate crash. (diff) | |
download | cuberite-386d8190e9acf161185b60c16fed36134c18d215.tar cuberite-386d8190e9acf161185b60c16fed36134c18d215.tar.gz cuberite-386d8190e9acf161185b60c16fed36134c18d215.tar.bz2 cuberite-386d8190e9acf161185b60c16fed36134c18d215.tar.lz cuberite-386d8190e9acf161185b60c16fed36134c18d215.tar.xz cuberite-386d8190e9acf161185b60c16fed36134c18d215.tar.zst cuberite-386d8190e9acf161185b60c16fed36134c18d215.zip |
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r-- | CONTRIBUTING | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 000000000..b4c87b67d --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,11 @@ +Code Stuff +---------- + + * No magic numbers, use named constants like E_ITEM... + +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 |