Commit 285ed33718cc86e65dd6ef11f75aa2a42018be16
Exists in
spb-stable
and in
3 other branches
Merge branch 'define-feature-request' into 'master'
Define Feature Request in Process doc
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
CONTRIBUTING.md
... | ... | @@ -24,8 +24,8 @@ Issues and merge requests should be in English and contain appropriate language |
24 | 24 | |
25 | 25 | To get support for your particular problem please use the channels as detailed in the [getting help section of the readme](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md#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/). |
26 | 26 | |
27 | -The [issue tracker](https://gitlab.com/gitlab-org/gitlab-ce/issues) is only for obvious bugs in the latest [stable or development release of GitLab](MAINTENANCE.md). | |
28 | -If something is missing but it is not a regression compared to older versions of GitLab please do not open an issue but a feature request. | |
27 | +The [issue tracker](https://gitlab.com/gitlab-org/gitlab-ce/issues) is only for obvious errors in the latest [stable or development release of GitLab](MAINTENANCE.md). | |
28 | +If something is wrong but it is not a regression compared to older versions of GitLab please do not open an issue but a feature request. | |
29 | 29 | When submitting an issue please conform to the issue submission guidelines listed below. |
30 | 30 | Not all issues will be addressed and your issue is more likely to be addressed if you submit a merge request which partially or fully addresses the issue. |
31 | 31 | ... | ... |
PROCESS.md
... | ... | @@ -71,7 +71,7 @@ Thanks for the issue report. Please reformat your issue to conform to the issue |
71 | 71 | |
72 | 72 | ### Feature requests |
73 | 73 | |
74 | -Thanks for your interest in GitLab. We don't use the issue tracker for feature requests. Please use the [feature request forum](http://feedback.gitlab.com/) for this purpose or create a merge request implementing this feature. Have a look at the \[contribution guidelines\]\(https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md) for more information. | |
74 | +Thank you for your interest in improving GitLab. We don't use the issue tracker for feature requests. Things that are wrong but are not a regression compared to older versions of GitLab are considered feature requests and not issues. Please the [feature request forum](http://feedback.gitlab.com/) for this purpose or create a merge request implementing this feature. Have a look at the \[contribution guidelines\]\(https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md) for more information. | |
75 | 75 | |
76 | 76 | ### Issue report for old version |
77 | 77 | ... | ... |