2015-02-08 21:32:59 +00:00
|
|
|
Thank you for taking the time to contribute to toml4j! Here are a few guidelines to streamline the process.
|
|
|
|
|
2015-03-26 09:25:26 +00:00
|
|
|
* Pull Requests should be opened against the wip branch. Master changes only when there is a new release.
|
2015-03-30 21:00:10 +00:00
|
|
|
* 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.
|
2015-02-08 21:56:54 +00:00
|
|
|
* Amend README.md as necessary
|
|
|
|
* Update the UNRELEASED section of CHANGELOG.md, as described in [keepachangelog.com](http://keepachangelog.com)
|
2015-02-08 21:32:59 +00:00
|
|
|
* 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.
|