diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2015-02-18 19:54:04 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2015-02-18 19:54:04 +0100 |
commit | 6f2ad9f66fd07f0a69c0bb9e7c0fb5a7e5af3fcf (patch) | |
tree | 2ba13324d5fa7de01382767399dc50dedde61ab2 | |
parent | 75d2145ec0ac2d1d9112e535d115dd59ea15f841 (diff) | |
parent | 823f8c1a1c6b993d7fa2e4885c4f53897a9e8eb7 (diff) | |
download | gitlab-ce-6f2ad9f66fd07f0a69c0bb9e7c0fb5a7e5af3fcf.tar.gz |
Merge pull request #8814 from gitlabhq/jvanbaarsen-patch-1
Escape process text
-rw-r--r-- | PROCESS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PROCESS.md b/PROCESS.md index 5cc25de05a4..1b6b3e7d32d 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -71,7 +71,7 @@ Thanks for the issue report. Please reformat your issue to conform to the issue ### Feature requests -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 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. +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 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. ### Issue report for old version |