You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
601 B

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