CONTRIBUTING: fix repo name

release-3.4
mas9612 2018-11-11 23:00:27 +09:00
parent e34423b6ff
commit 963d76fc4c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ This is a rough outline of what a contributor's workflow looks like:
- Make commits of logical units.
- Make sure commit messages are in the proper format (see below).
- Push changes in a topic branch to a personal fork of the repository.
- Submit a pull request to coreos/etcd.
- Submit a pull request to etcd-io/etcd.
- The PR must receive a LGTM from two maintainers found in the MAINTAINERS file.
Thanks for contributing!