Commit b945f57fdf5fcf0db5824c4901c7ba0c90974000
Exists in
master
and in
4 other branches
Merge pull request #4077 from bbodenmiller/patch-7
clarify when issue tracker is to be used so as to not contradict issue t...
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
CONTRIBUTING.md
... | ... | @@ -8,7 +8,7 @@ Issues and pull requests not in line with the guidelines listed in this document |
8 | 8 | |
9 | 9 | ## Issue tracker |
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 latest [stable or development release of GitLab](MAINTENANCE.md). When submitting an issue please conform to the issue submission guidelines listed below. | |
12 | 12 | |
13 | 13 | Do not use the issue tracker for feature requests. We have a specific |
14 | 14 | [Feedback and suggestions forum](http://feedback.gitlab.com) for this purpose. | ... | ... |