File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15- refs/heads/logging-alpha: 527c656bcb783a8d05dbfbd4f36d743dc8e7cc14
15+ refs/heads/logging-alpha: 8b766e6241587467387957d59ff4ec0bd64116fe
1616refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ Contributing
22============
33
441 . ** 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.
5+ 2 . Fork the repo, develop and test your code changes, add docs.
6+ 3 . Make sure that your commit messages clearly describe the changes.
7+ 4 . Send a pull request.
88
99
1010Here are some guidelines for hacking on gcloud-java.
@@ -43,6 +43,9 @@ The feature must work fully on Java 7 and above.
4343The feature must not add unnecessary dependencies (where "unnecessary" is of course subjective,
4444but new dependencies should be discussed).
4545
46+ Adding Support for a New Service
47+ --------------------------------
48+ See [ SUPPORTING_NEW_SERVICES] ( ./SUPPORTING_NEW_SERVICES.md ) for guidelines on how to add support for a new Google Cloud service to ` gcloud-java ` .
4649
4750Coding Style
4851------------
You can’t perform that action at this time.
0 commit comments