aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: 58f5047b34bfabb613ea5336da131447f1687a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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