Skip to content

Commit

Permalink
Documentation on supporting new services (googleapis#923)
Browse files Browse the repository at this point in the history
Documentation on how to add a new client library
  • Loading branch information
ajkannan committed Apr 15, 2016
1 parent 527c656 commit 8b766e6
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Contributing
============

1. **Please sign one of the contributor license agreements below.**
1. Fork the repo, develop and test your code changes, add docs.
1. Make sure that your commit messages clearly describe the changes.
1. Send a pull request.
2. Fork the repo, develop and test your code changes, add docs.
3. Make sure that your commit messages clearly describe the changes.
4. Send a pull request.


Here are some guidelines for hacking on gcloud-java.
Expand Down Expand Up @@ -43,6 +43,9 @@ The feature must work fully on Java 7 and above.
The feature must not add unnecessary dependencies (where "unnecessary" is of course subjective,
but new dependencies should be discussed).

Adding Support for a New Service
--------------------------------
See [SUPPORTING_NEW_SERVICES](./SUPPORTING_NEW_SERVICES.md) for guidelines on how to add support for a new Google Cloud service to `gcloud-java`.

Coding Style
------------
Expand Down
Loading

0 comments on commit 8b766e6

Please sign in to comment.