diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-02-20 16:30:11 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-02-20 16:30:11 -0500 |
commit | bc348ff2e852d712450573368b09908b9c2a0ccc (patch) | |
tree | 408a6f3b7fb4175430760da52ecc88eecb74a653 | |
parent | 66113c144722a2ce06bb399b1decb12ad91f004a (diff) | |
download | dreambuilder_modpack-bc348ff2e852d712450573368b09908b9c2a0ccc.tar dreambuilder_modpack-bc348ff2e852d712450573368b09908b9c2a0ccc.tar.gz dreambuilder_modpack-bc348ff2e852d712450573368b09908b9c2a0ccc.tar.bz2 dreambuilder_modpack-bc348ff2e852d712450573368b09908b9c2a0ccc.tar.xz dreambuilder_modpack-bc348ff2e852d712450573368b09908b9c2a0ccc.zip |
update maptools, moreores, moreblocks
-rw-r--r-- | maptools/CONTRIBUTING.md | 10 | ||||
-rw-r--r-- | moreblocks/CONTRIBUTING.md | 10 | ||||
-rw-r--r-- | moreores/CONTRIBUTING.md | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/maptools/CONTRIBUTING.md b/maptools/CONTRIBUTING.md new file mode 100644 index 0000000..56fb504 --- /dev/null +++ b/maptools/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. diff --git a/moreblocks/CONTRIBUTING.md b/moreblocks/CONTRIBUTING.md new file mode 100644 index 0000000..56fb504 --- /dev/null +++ b/moreblocks/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. diff --git a/moreores/CONTRIBUTING.md b/moreores/CONTRIBUTING.md new file mode 100644 index 0000000..56fb504 --- /dev/null +++ b/moreores/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. |