Skip to content

Commit 0a89baa

Browse files
committed
---
yaml --- r: 601 b: refs/heads/travis c: 0b50f21 h: refs/heads/master i: 599: 6b63454 v: v3
1 parent a6ead30 commit 0a89baa

3 files changed

Lines changed: 52 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
refs/heads/master: 92537786d4fa0a9fb51215f27d3d0581f4fe3a65
3-
refs/heads/travis: 4c0c95a422018405d61f7a4ef4c05dd606b31265
3+
refs/heads/travis: 0b50f21f3beec81f5ceb0db50017d75b9b1f4c4a
44
refs/heads/gh-pages: 2cc964c1ecc5d653c449b81ee9e924182b221d18

branches/travis/CONTRIBUTING.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
Contributing
2+
============
3+
4+
1. **Please sign one of the contributor license agreements below.**
5+
1. Fork the repo, develop and test your code changes, add docs.
6+
1. Make sure that your commit messages clearly describe the changes.
7+
1. Send a pull request.
8+
9+
10+
Here are some guidelines for hacking on gcloud-java.
11+
12+
13+
Using maven for build/test
14+
--------------------------
15+
After you cloned the repository use Maven for building and running the tests.
16+
Maven 3.0+ is required.
17+
18+
19+
Adding Features
20+
---------------
21+
In order to add a feature to gcloud-java:
22+
23+
The feature must be fully documented using Javadoc and examples should be provided.
24+
The feature must work fully on Java 7 and above.
25+
The feature must not add unnecessary dependencies (where "unnecessary" is of course subjective,
26+
but new dependencies should be discussed).
27+
28+
29+
Coding Style
30+
------------
31+
Maintain the coding style in the project and in particular the modified files.
32+
Follow the Google Java [style](http://google-styleguide.googlecode.com/svn/trunk/javaguide.html).
33+
34+
35+
## Contributor License Agreements
36+
37+
Before we can accept your pull requests you'll need to sign a Contributor
38+
License Agreement (CLA):
39+
40+
- **If you are an individual writing original source code** and **you own the intellectual property**,
41+
then you'll need to sign an [individual CLA][indvcla].
42+
- **If you work for a company that wants to allow you to contribute your work**,
43+
then you'll need to sign a [corporate CLA][corpcla].
44+
45+
You can sign these electronically (just scroll to the bottom). After that,
46+
we'll be able to accept your pull requests.
47+
48+
[gcloudcli]: https://developers.google.com/cloud/sdk/gcloud/
49+
[indvcla]: https://developers.google.com/open-source/cla/individual
50+
[corpcla]: https://developers.google.com/open-source/cla/corporate

branches/travis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Java idiomatic client for Google Cloud Platform services. Supported APIs include
1111
> Note: This package is a work-in-progress, and may occasionally
1212
> make backwards-incompatible changes.
1313
14-
Documentation and examples are available [here](https://github.com/GoogleCloudePlatform/gcloud-java/gh-pages/docs).
14+
Documentation and examples are available [here](https://github.com/GoogleCloudePlatform/gcloud-java/gh-pages/apidocs).
1515

1616
## Google Cloud Datastore
1717

0 commit comments

Comments
 (0)