diff --git a/README.md b/README.md index 3989dde1..f881d8df 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path. * Homepage: +* Mailing list: [repo-discuss on Google Groups][repo-discuss] * Bug reports: * Source: * Overview: @@ -18,6 +19,17 @@ that you can put anywhere in your path. * GitHub mirror: * Postsubmit tests: +## Contact + +Please use the [repo-discuss] mailing list or [issue tracker] for questions. + +You can [file a new bug report][new-bug] under the "repo" component. + +Please do not e-mail individual developers for support. +They do not have the bandwidth for it, and often times questions have already +been asked on [repo-discuss] or bugs posted to the [issue tracker]. +So please search those sites first. + ## Install Many distros include repo, so you might be able to install from there. @@ -36,3 +48,8 @@ $ PATH="${HOME}/.bin:${PATH}" $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo $ chmod a+rx ~/.bin/repo ``` + + +[new-bug]: https://bugs.chromium.org/p/gerrit/issues/entry?components=repo +[issue tracker]: https://bugs.chromium.org/p/gerrit/issues/list?q=component:repo +[repo-discuss]: https://groups.google.com/forum/#!forum/repo-discuss