Added CONTRIBUTING.md

This commit is contained in:
moandji.ezana 2015-02-08 23:32:59 +02:00
parent 4615ed50f7
commit 1a8e991f95

7
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,7 @@
Thank you for taking the time to contribute to toml4j! Here are a few guidelines to streamline the process.
* New or modified functionality MUST be covered by unit tests
* Use 2 spaces for indentation
* Opening braces, parentheses, etc. are not on a new line
If you are unsure about how something should be implemented, open a pull request and we'll discuss it.