Updated contributon guidelines

This commit is contained in:
moandji.ezana 2015-03-30 23:00:10 +02:00
parent af5a2a5867
commit 1e19f0847f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Thank you for taking the time to contribute to toml4j! Here are a few guidelines to streamline the process.
* Pull Requests should be opened against the wip branch. Master changes only when there is a new release.
* Cover new or modified functionality with unit tests
* Cover new or modified functionality with unit tests. Run `mvn test jacoco:report` and look at `target/site/jacoco/index.html` to view code coverage.
* Amend README.md as necessary
* Update the UNRELEASED section of CHANGELOG.md, as described in [keepachangelog.com](http://keepachangelog.com)
* Use 2 spaces for indentation