Commit cefd8fe2fac3e8056f48073529ffc52d1e0af678

Authored by Dmitriy Zaporozhets
2 parents e72900d8 c64ee6ac

Merge branch 'rename-support-forum-to-mailing-list' of /home/git/repositories/gitlab/gitlabhq

CONTRIBUTING.md
... ... @@ -18,7 +18,7 @@ The [issue tracker](https://github.com/gitlabhq/gitlabhq/issues) is only for obv
18 18  
19 19 Do not use the issue tracker for feature requests. We have a specific [feedback and suggestions forum](http://feedback.gitlab.com) for this purpose.
20 20  
21   -Please send a pull request with a tested solution or a pull request with a failing test instead of opening an issue if you can. If you're unsure where to post, post to the [Support Forum](https://groups.google.com/forum/#!forum/gitlabhq) or [Stack Overflow](http://stackoverflow.com/questions/tagged/gitlab) first. 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.
  21 +Please send a pull request with a tested solution or a pull request with a failing test instead of opening an issue if you can. If you're unsure where to post, post to the [mailing list](https://groups.google.com/forum/#!forum/gitlabhq) or [Stack Overflow](http://stackoverflow.com/questions/tagged/gitlab) first. 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.
22 22  
23 23 ### Issue tracker guidelines
24 24  
... ...
README.md
... ... @@ -145,7 +145,7 @@ or start each component separately
145 145  
146 146 * [Troubleshooting guide](https://github.com/gitlabhq/gitlab-public-wiki/wiki/Trouble-Shooting-Guide) contains solutions to common problems.
147 147  
148   -* [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.
  148 +* [Mailing list](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.
149 149  
150 150 * [Feedback and suggestions forum](http://feedback.gitlab.com) is the place to propose and discuss new features for GitLab.
151 151  
... ...
app/views/help/index.html.haml
... ... @@ -26,7 +26,7 @@
26 26 on the top of this page
27 27 %li
28 28 Ask in our
29   - = link_to "support forum", "https://groups.google.com/forum/#!forum/gitlabhq"
  29 + = link_to "mailing list", "https://groups.google.com/forum/#!forum/gitlabhq"
30 30 or on
31 31 = link_to "Stack Overflow", "http://stackoverflow.com/questions/tagged/gitlab"
32 32 %li
... ...