• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Contributing to Jimfs
2=====================
3
4Contributions to Jimfs can be made by forking the repostitory and sending
5a pull request. Before we can merge any pull requests from you, you must
6first sign the Google [Contributor License Agreement][1].
7
8When making changes to the code, please try to stay consistent with the
9style of the existing code, specified by the [Google Java Style Guide][2].
10Please also ensure that the code compiles and that changes have appropriate
11tests.
12
13[1]: https://developers.google.com/open-source/cla/individual
14[2]: https://google.github.io/styleguide/javaguide.html
15
16