aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2014-11-23 12:07:58 +0100
committerWillem Jan Palenstijn2014-11-23 12:07:58 +0100
commit26fc4be311f5e0cf9a92a64ca412b8b12858e324 (patch)
treed97acad5f68df792dd3bc8578b817b1e5549c1c9 /CONTRIBUTING.md
parenta665795fee18c728b65fc9c8bc4ff8f16eb214a2 (diff)
downloadscummvm-rg350-26fc4be311f5e0cf9a92a64ca412b8b12858e324.tar.gz
scummvm-rg350-26fc4be311f5e0cf9a92a64ca412b8b12858e324.tar.bz2
scummvm-rg350-26fc4be311f5e0cf9a92a64ca412b8b12858e324.zip
DOCS: Add CONTRIBUTING.md
This will be displayed on github as "guidelines for contributing".
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 0000000000..3a6672b0cb
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,12 @@
+Thank you for considering contributing to ScummVM.
+
+Please make sure to read our guidelines for contributions on our
+[wiki](http://wiki.scummvm.org/index.php/Developer_Central). In particular:
+
+* [Coding style](http://wiki.scummvm.org/index.php/Code_Formatting_Conventions)
+* [Portability](http://wiki.scummvm.org/index.php/Coding_Conventions)
+* [Commit message style](http://wiki.scummvm.org/index.php/Commit_Guidelines)
+* License: GPLv2+
+
+If you have any questions about code, style, procedure, or anything else, feel
+free to contact us on our mailing list at scummvm-devel@lists.sourceforge.net.