-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# How to contribute | ||
|
||
Thank you for your contribution to grpc-gateway. | ||
Here's the recommended process of contribution. | ||
|
||
1. `go get github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway` | ||
2. `cd $GOPATH/src/github.com/grpc-ecosystem/grpc-gateway` | ||
3. hack, hack, hack... | ||
4. Make sure that your change follows best practices in Go | ||
* [Effective Go](https://golang.org/doc/effective_go.html) | ||
* [Go Code Review Comments](https://golang.org/wiki/CodeReviewComments) | ||
5. Make sure that `make test` passes. | ||
6. Sign [a Contributor License Agreement](https://cla.developers.google.com/clas) | ||
7. Open a pull request in Github | ||
|
||
When you work on a larger contribution, it is also recommended that you get in touch | ||
with us through the issue tracker. | ||
|
||
### Code reviews | ||
All submissions, including submissions by project members, require review. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters