Skip to content

Commit b91326c

Browse files
committed
---
yaml --- r: 4831 b: refs/heads/logging-alpha c: 8b766e6 h: refs/heads/master i: 4829: da889e7 4827: ab464a6 4823: a13854a 4815: c9e63ab 4799: 5e05c27
1 parent f775ea9 commit b91326c

3 files changed

Lines changed: 121 additions & 4 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414
refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15-
refs/heads/logging-alpha: 527c656bcb783a8d05dbfbd4f36d743dc8e7cc14
15+
refs/heads/logging-alpha: 8b766e6241587467387957d59ff4ec0bd64116fe
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818
refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f

branches/logging-alpha/CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Contributing
22
============
33

44
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.
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

1010
Here are some guidelines for hacking on gcloud-java.
@@ -43,6 +43,9 @@ The feature must work fully on Java 7 and above.
4343
The feature must not add unnecessary dependencies (where "unnecessary" is of course subjective,
4444
but 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

4750
Coding Style
4851
------------

0 commit comments

Comments
 (0)