Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

34 lines (26 loc) · 1.09 KB

Contributing

We'd love your help making tchannel-go great!

Getting Started

TChannel uses godep to manage dependencies. To get started:

go get github.com/uber/tchannel-go
go get github.com/tools/godep
cd $GOPATH/src/github.com/uber/tchannel-go
godep restore
make  # tests should pass

Making A Change

Before making any significant changes, please open an issue. Discussing your proposed changes ahead of time will make the contribution process smooth for everyone.

Once we've discussed your changes and you've got your code ready, make sure that tests are passing (make test or make cover) and open your PR! Your pull request is most likely to be accepted if it: