mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-12-28 19:24:15 +00:00
Added CONTRIBUTING.md
This commit is contained in:
parent
4615ed50f7
commit
1a8e991f95
1 changed files with 7 additions and 0 deletions
7
CONTRIBUTING.md
Normal file
7
CONTRIBUTING.md
Normal 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.
|
Loading…
Reference in a new issue