Commit c64ee6ac3390560a782011bcc261162de88375a9

Authored by Sytse Sijbrandij
1 parent d0f3e993

Rename support forum to mailing list to prevent duplication on community page of GitLab.org.

CONTRIBUTING.md
... ... @@ -16,7 +16,7 @@ The [issue tracker](https://github.com/gitlabhq/gitlabhq/issues) is only for obv
16 16  
17 17 Do not use the issue tracker for feature requests. We have a specific [feedback and suggestions forum](http://feedback.gitlab.com) for this purpose.
18 18  
19   -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.
  19 +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.
20 20  
21 21 ### Issue tracker guidelines
22 22  
... ...
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
... ...