16 lines
601 B
Markdown
16 lines
601 B
Markdown
|
Contributing to Jimfs
|
||
|
=====================
|
||
|
|
||
|
Contributions to Jimfs can be made by forking the repostitory and sending
|
||
|
a pull request. Before we can merge any pull requests from you, you must
|
||
|
first sign the Google [Contributor License Agreement][1].
|
||
|
|
||
|
When making changes to the code, please try to stay consistent with the
|
||
|
style of the existing code, specified by the [Google Java Style Guide][2].
|
||
|
Please also ensure that the code compiles and that changes have appropriate
|
||
|
tests.
|
||
|
|
||
|
[1]: https://developers.google.com/open-source/cla/individual
|
||
|
[2]: https://google.github.io/styleguide/javaguide.html
|
||
|
|