From 4c418bf423300b0cc4c82ce9ecca5579274a29fa Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 24 Feb 2020 12:52:49 -0500 Subject: README: link to mailing list & add Contact section Change-Id: I65834e74c1c74f257d17b9da84b00e855ad42599 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/256464 Tested-by: Mike Frysinger Reviewed-by: David Pursehouse --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 -- cgit v1.2.3-54-g00ecf