Skip to content

Commit

Permalink
Drop Buf reference in contributing guide (#554)
Browse files Browse the repository at this point in the history
**Before submitting your PR:** Please read through the contribution
guide at
https://connectrpc.com/connect/blob/main/.github/CONTRIBUTING.md
  • Loading branch information
akshayjshah authored Jul 27, 2023
1 parent be01687 commit f336da5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ pull request review much smoother. In your issue, pull request, and any other
communications, please remember to treat your fellow contributors with
respect!

Note that you'll need to sign [Buf's Contributor License Agreement][cla]
before we can accept any of your contributions. If necessary, a bot will remind
you to accept the CLA when you open your pull request.
Note that you'll need to sign the [Contributor License Agreement][cla] before
we can accept any of your contributions. If necessary, a bot will remind you to
accept the CLA when you open your pull request.

## Setup

[Fork][fork], then clone the repository:

```
mkdir -p $GOPATH/src/github.com/bufbuild
cd $GOPATH/src/github.com/bufbuild
git clone [email protected]:your_github_username/connect-go.git
cd connect-go
git remote add upstream https://connectrpc.com/connect.git
mkdir -p $GOPATH/src/connectrpc.com
cd $GOPATH/src/connectrpc.com
git clone [email protected]:your_github_username/connect-go.git connect
cd connect
git remote add upstream https://github.com/connectrpc/connect-go.git
git fetch upstream
```

Expand Down

0 comments on commit f336da5

Please sign in to comment.