Skip to content

Commit

Permalink
Update names in CONTRIBUTING.md (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored May 2, 2022
1 parent 01d0833 commit 2e5d8b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ you to accept the CLA when you open your pull request.
```
mkdir -p $GOPATH/src/github.com/bufbuild
cd $GOPATH/src/github.com/bufbuild
git clone git@github.com:your_github_username/connect.git
cd connect
git remote add upstream https://github.com/bufbuild/connect.git
git clone git@github.com:your_github_username/connect-go.git
cd connect-go
git remote add upstream https://connectrpc.com/connect.git
git fetch upstream
```

Expand All @@ -40,7 +40,7 @@ make
Start by creating a new branch for your changes:

```
cd $GOPATH/src/github.com/bufbuild/connect
cd $GOPATH/src/connectrpc.com/connect
git checkout main
git fetch upstream
git rebase upstream/main
Expand Down Expand Up @@ -70,7 +70,7 @@ We're much more likely to approve your changes if you:
* Write a [good commit message][commit-message].
* Maintain backward compatibility.

[fork]: https://github.com/bufbuild/connect/fork
[open-issue]: https://github.com/bufbuild/connect/issues/new
[fork]: https://connectrpc.com/connect/fork
[open-issue]: https://connectrpc.com/connect/issues/new
[cla]: TODO
[commit-message]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

0 comments on commit 2e5d8b6

Please sign in to comment.