Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-01-28 21:14:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-28 21:14:12 +0300
commitde3e5b677261e4cdd9fbad6fbe461c9c605cbfa6 (patch)
treea5216f78aed35cdcbd3a933b9b22be7dffec9b62 /PROCESS.md
parent3837dbda3736815b7d6dab0f880698ea0cddef3c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'PROCESS.md')
-rw-r--r--PROCESS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/PROCESS.md b/PROCESS.md
index 67abe2f0a98..2757075e354 100644
--- a/PROCESS.md
+++ b/PROCESS.md
@@ -22,7 +22,7 @@
- [Code format](#code-format)
- [Issue fixed in newer version](#issue-fixed-in-newer-version)
- [Improperly formatted merge request](#improperly-formatted-merge-request)
- - [Accepting merge requests](#accepting-merge-requests)
+ - [Seeking community contributions](#seeking-community-contributions)
- [Only accepting merge requests with green tests](#only-accepting-merge-requests-with-green-tests)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -195,14 +195,14 @@ Thanks for your interest in improving the GitLab codebase!
Please update your merge request according to the [contributing guidelines](https://gitlab.com/gitlab-org/gitlab/blob/master/doc/development/contributing/merge_request_workflow.md#merge-request-guidelines).
```
-### Accepting merge requests
+### Seeking community contributions
```
Is there an issue on the
[issue tracker](https://gitlab.com/gitlab-org/gitlab/issues) that is
similar to this? Could you please link it here?
Please be aware that new functionality that is not marked
-[`Accepting merge requests`](https://docs.gitlab.com/ee/development/contributing/issue_workflow.html#label-for-community-contributors)
+[`Seeking community contributions`](https://docs.gitlab.com/ee/development/contributing/issue_workflow.html#label-for-community-contributors)
might not make it into GitLab.
```