From 959f875bba958917fd47c06175d084c195b6e377 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Wed, 14 Aug 2013 10:29:43 +0100 Subject: Moved the file as it was markdown. --- CONTRIBUTING | 12 ------------ CONTRIBUTING.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 CONTRIBUTING create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING b/CONTRIBUTING deleted file mode 100644 index 734f40ddc..000000000 --- a/CONTRIBUTING +++ /dev/null @@ -1,12 +0,0 @@ -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 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 -- cgit v1.2.3