Add a contribution guide

This commit is contained in:
Hugo Locurcio 2017-02-20 18:37:16 +01:00
parent 259e36c898
commit cc122c2dff
1 changed files with 10 additions and 0 deletions

10
CONTRIBUTING.md Normal file
View File

@ -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.