Commit ab36cdec84ce73a28e28612f67f50ed6397f0cb1
1 parent
729c7432
Exists in
master
and in
4 other branches
Tweak wording and phrasing
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
CONTRIBUTING.md
... | ... | @@ -4,10 +4,14 @@ This guide details how to use issues and pull requests to improve GitLab. |
4 | 4 | |
5 | 5 | ## Closing policy for issues and pull requests |
6 | 6 | |
7 | -GitLab is a popular open source project and the capacity to deal with issues and pull requests is limited. Out of respect for our volunteer’s time, issues and pull requests not in line with the guidelines listed in this document will be closed immediately while other issues may be closed at our discretion. Please treat our volunteers with courtesy and respect, it will go a long way towards getting your issue resolved. To get support for your problems please use other channels as detailed in [the getting help section of the readme](https://github.com/gitlabhq/gitlabhq#getting-help). Professional [support subscriptions](http://www.gitlab.com/subscription/) and [consulting services](http://www.gitlab.com/consultancy/) are available from [GitLab.com](http://www.gitlab.com/). | |
7 | +GitLab is a popular open source project and the capacity to deal with issues and pull requests is limited. Out of respect for our volunteers, issues and pull requests not in line with the guidelines listed in this document may be closed without notice. | |
8 | + | |
9 | +Please treat our volunteers with courtesy and respect, it will go a long way towards getting your issue resolved. | |
8 | 10 | |
9 | 11 | ## Issue tracker |
10 | 12 | |
13 | +To get support for your particular problem please use the channels as detailed in [the getting help section of the readme](https://github.com/gitlabhq/gitlabhq#getting-help). Professional [support subscriptions](http://www.gitlab.com/subscription/) and [consulting services](http://www.gitlab.com/consultancy/) are available from [GitLab.com](http://www.gitlab.com/). | |
14 | + | |
11 | 15 | The [issue tracker](https://github.com/gitlabhq/gitlabhq/issues) is only for obvious bugs or misbehavior in the latest [stable or development release of GitLab](MAINTENANCE.md). When submitting an issue please conform to the issue submission guidelines listed below. Not all issues will be addressed and your issue is more likely to be addressed if you submit a pull request which partially or fully addresses the issue. |
12 | 16 | |
13 | 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. | ... | ... |