From 386d8190e9acf161185b60c16fed36134c18d215 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Wed, 14 Aug 2013 09:48:16 +0100 Subject: [PATCH 1/2] Added basic contributing file, fixes #86. --- CONTRIBUTING | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING 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 From ade261255cb209da4ea5c4620c2a4a8cda45d2b8 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Wed, 14 Aug 2013 10:26:30 +0100 Subject: [PATCH 2/2] Added tabs/spaces stuff. --- CONTRIBUTING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index b4c87b67d..734f40ddc 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -1,7 +1,8 @@ Code Stuff ---------- - * No magic numbers, use named constants like E_ITEM... + * No magic numbers, use named constants like E_ITEM... + * Please use tabs for indentation and spaces for alignment. Copyright ---------