mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-01-01 13:02:37 +00:00
1bc8d4bcc5
javadoc. [ci skip]
9 lines
500 B
Markdown
9 lines
500 B
Markdown
Thank you for taking the time to contribute to toml4j! Here are a few guidelines to streamline the process.
|
|
|
|
* Cover new or modified functionality with unit tests
|
|
* 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
|
|
* 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.
|