diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-05-27 01:38:02 -0700 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-05-27 01:38:02 -0700 |
commit | 933dcfcd7c640e043e363550e9da5998f1d7d745 (patch) | |
tree | 78b1ef08bb90deb33a9ec824851e7007769259ea /README.md | |
parent | 35e0d7feaf682a9c7f71c97cb77af515ecbb4d22 (diff) | |
parent | 2446e91d5546dd4b4fb5d3539c4671005a85ad92 (diff) | |
download | gitlab-ce-933dcfcd7c640e043e363550e9da5998f1d7d745.tar.gz |
Merge pull request #4089 from bbodenmiller/master
added stack overflow as support option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 9135512c571..b7c29e373f0 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Start it with [Foreman](https://github.com/ddollar/foreman) * [Troubleshooting guide](https://github.com/gitlabhq/gitlab-public-wiki/wiki/Trouble-Shooting-Guide) contains solutions to common problems. -* [Support forum](https://groups.google.com/forum/#!forum/gitlabhq) is the best place to ask questions. For example you can use it if you have questions about: permission denied errors, invisible repos, can't clone/pull/push or with web hooks that don't fire. Please search for similar issues before posting your own, there's a good chance somebody else had the same issue you have now and had it resolved. There are a lot of helpful GitLab users there who may be able to help you quickly. If your particular issue turns out to be a bug, it will find its way from there to a fix. +* [Support forum](https://groups.google.com/forum/#!forum/gitlabhq) and [Stack Overflow](http://stackoverflow.com/questions/tagged/gitlab) are the best places to ask questions. For example you can use it if you have questions about: permission denied errors, invisible repos, can't clone/pull/push or with web hooks that don't fire. Please search for similar issues before posting your own, there's a good chance somebody else had the same issue you have now and has resolved it. There are a lot of helpful GitLab users there who may be able to help you quickly. If your particular issue turns out to be a bug, it will find its way from there to a fix. * [Feedback and suggestions forum](http://feedback.gitlab.com) is the place to propose and discuss new features for GitLab. |