mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-02-11 03:30:00 +00:00
Clarified that PRs should be against wip branch
This commit is contained in:
parent
8d183061ec
commit
5a608cad02
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
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
|
||||
* Amend README.md as necessary
|
||||
* Update the UNRELEASED section of CHANGELOG.md, as described in [keepachangelog.com](http://keepachangelog.com)
|
||||
|
|
|
@ -204,6 +204,10 @@ Long arrayD = toml.getLong("array[0].d"); // returns 3
|
|||
|
||||
Date precision is limited to milliseconds.
|
||||
|
||||
## Contributing
|
||||
|
||||
Please see CONTRIBUTING.md.
|
||||
|
||||
## License
|
||||
|
||||
toml4j is copyright (c) 2013-2015 Moandji Ezana and is licensed under the [MIT License](LICENSE)
|
||||
|
|
Loading…
Reference in a new issue