Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix repository name in CONTRIBUTING.md #753

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Contributing
============

We'd love your help making `connect-web` better!
We'd love your help making `connect-es` better!

If you'd like to add new exported APIs, please [open an issue][open-issue]
describing your proposal — discussing API changes ahead of time makes
Expand All @@ -18,9 +18,9 @@ you to accept the CLA when you open your pull request.
[Fork][fork], then clone the repository:

```
git clone git@github.com:your_github_username/connect-web.git
cd connect-web
git remote add upstream https://github.com/bufbuild/connect-web.git
git clone git@github.com:your_github_username/connect-es.git
cd connect-es
git remote add upstream https://github.com/bufbuild/connect-es.git
git fetch upstream
```

Expand Down Expand Up @@ -63,7 +63,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-web/fork
[open-issue]: https://github.com/bufbuild/connect-web/issues/new
[cla]: https://cla-assistant.io/bufbuild/connect-web
[fork]: https://github.com/bufbuild/connect-es/fork
[open-issue]: https://github.com/bufbuild/connect-es/issues/new
[cla]: https://cla-assistant.io/bufbuild/connect-es
[commit-message]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html