diff options
| author | Narayan Kamath <narayan@google.com> | 2012-11-09 11:04:50 +0000 |
|---|---|---|
| committer | Narayan Kamath <narayan@google.com> | 2012-11-09 11:17:51 +0000 |
| commit | 7899c5ab935cf542069835ec7d3e457db596dbf7 (patch) | |
| tree | 6853345bc8d98b6e3b4df66a6390dc6489f8bff6 /CONTRIBUTING.md | |
| parent | 975568b5b9bdfdb3fe76359d13eba0f0babca7be (diff) | |
| download | android_external_okhttp-7899c5ab935cf542069835ec7d3e457db596dbf7.tar.gz android_external_okhttp-7899c5ab935cf542069835ec7d3e457db596dbf7.tar.bz2 android_external_okhttp-7899c5ab935cf542069835ec7d3e457db596dbf7.zip | |
Update okhttp to the latest version.
This is the version on okhttp master
commit 21e9c8398867f983e8c3cf29c6382690c1e4785d
Change-Id: I4332ee63741c8784eb00b63d636780ae3408b1e9
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0b26b84 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +Contributing +============ + +If you would like to contribute code to OkHttp you can do so through GitHub by +forking the repository and sending a pull request. + +When submitting code, please make every effort to follow existing conventions +and style in order to keep the code as readable as possible. Please also make +sure your code compiles by running `mvn clean verify`. Checkstyle failures +during compilation indicate errors in your style and can be viewed in the +`checkstyle-result.xml` file. + +Before your code can be accepted into the project you must also sign the +[Individual Contributor License Agreement (CLA)][1]. + + + [1]: https://spreadsheets.google.com/spreadsheet/viewform?formkey=dDViT2xzUHAwRkI3X3k5Z0lQM091OGc6MQ&ndplr=1 |
