aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.l@openmailbox.org>2017-02-20 18:37:22 +0100
committerHugo Locurcio <hugo.l@openmailbox.org>2017-02-20 18:37:22 +0100
commit6f033c1695207bcc9c55716e75381beddb57fcbb (patch)
tree1a2d5e302edc7d88c112814961488a40b22eab94 /CONTRIBUTING.md
parent831bbb2b276606781bc44329339339e18e66b7c0 (diff)
downloadmoreblocks-6f033c1695207bcc9c55716e75381beddb57fcbb.tar.gz
moreblocks-6f033c1695207bcc9c55716e75381beddb57fcbb.tar.bz2
moreblocks-6f033c1695207bcc9c55716e75381beddb57fcbb.zip
Add a contribution guide
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..56fb504
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,10 @@
+# Contribution Guide
+
+Thank you for your interest in this mod! Before contributing, be sure to know
+about these few guidelines:
+
+- Contributions have to be under the zlib license (or compatible) for code,
+ and CC BY-SA 3.0 license (or compatible) for assets.
+- Make sure to update the change log, keeping the
+ [change log format](http://keepachangelog.com/) we use.
+- Don't bump the version yourself. Maintainers will do this when necessary.