Commit 248b25544ca5e6a7d258140ff67d17511c81965c

Authored by Dmitriy Zaporozhets
2 parents 295ca904 93ec507d

Merge pull request #3610 from senny/doc_no_feature_requests_in_issue_tracker

contribution guidelines: no feature requests on the Github issue tracker
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
CONTRIBUTING.md
@@ -10,6 +10,9 @@ Issues and pull requests not in line with the guidelines listed in this document @@ -10,6 +10,9 @@ Issues and pull requests not in line with the guidelines listed in this document
10 10
11 The [issue tracker](https://github.com/gitlabhq/gitlabhq/issues) is only for obvious bugs or misbehavior in the master branch of GitLab. When submitting an issue please conform to the issue submission guidelines listed below. 11 The [issue tracker](https://github.com/gitlabhq/gitlabhq/issues) is only for obvious bugs or misbehavior in the master branch of GitLab. When submitting an issue please conform to the issue submission guidelines listed below.
12 12
  13 +Do not use the issue tracker for feature requests. We have a specific
  14 +[Feedback and suggestions forum](http://feedback.gitlab.com) for this purpose.
  15 +
13 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) 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. 16 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) 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.
14 17
15 ### Issue tracker guidelines 18 ### Issue tracker guidelines