aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-05 04:32:40 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-05 04:32:40 +0000
commite50b3b756101b544da2b0d62041d91547ce14a00 (patch)
treef8cbc802a806455c5fdfeab7f696c63641b9f9f5 /CONTRIBUTING.md
parent68591711a9034281d5fe11fc7a30e535bbce125c (diff)
parentc5f71e95df2f3189f2b68140ebac0c76a238190f (diff)
downloadjimfs-e50b3b756101b544da2b0d62041d91547ce14a00.tar.gz
Initial merge with upstream am: cef92d673c am: c5f71e95df
Change-Id: I78d1f8b680646deee89918ad5ff43a8615945c35
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..58f5047
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,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
+