aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2017-10-04 20:43:50 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2017-10-04 20:43:50 +0200
commit16ae14f458321ccb0e93eed34bc7ade941b31026 (patch)
tree8eb0b475c0346322a546d70b08c25814d90ff285 /CONTRIBUTING.md
parent59c384dca480500a831d8e318d172d71a0e78d13 (diff)
downloadmoreblocks-16ae14f458321ccb0e93eed34bc7ade941b31026.tar.gz
moreblocks-16ae14f458321ccb0e93eed34bc7ade941b31026.tar.bz2
moreblocks-16ae14f458321ccb0e93eed34bc7ade941b31026.zip
Prepare for v1.1.0 release
- Rewrite the README entirely with new installation instructions - Tweak the styling in CONTRIBUTING.md and CHANGELOG.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 56fb504..c435731 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,10 +1,10 @@
-# Contribution Guide
+# Contributing to More Blocks
-Thank you for your interest in this mod! Before contributing, be sure to know
-about these few guidelines:
+Thank you for your interest in More Blocks! 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.
+- Contributions have to be licensed under the zlib license (or compatible)
+ for code, and CC BY-SA 3.0 (or compatible) for assets.
+- Make sure to update the changelog, keeping the
+ [changelog format](http://keepachangelog.com/en/1.0.0/) we use.
- Don't bump the version yourself. Maintainers will do this when necessary.