toml4j/CONTRIBUTING.md
2022-05-05 20:51:35 -05:00

8 lines
438 B
Markdown

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.
* Amend README.md as necessary
* 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.