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>2023-10-31 00:12:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-31 00:12:43 +0300
commit892e58c41fd07cc59b9e06b2a856ee61790d5bc4 (patch)
treea183f2d3ba41f7e84462f9fe6fb5adcb546b1343 /doc/development/development_processes.md
parentc51425915fb1b2c367d6d828449b5cc7772ac104 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/development_processes.md')
-rw-r--r--doc/development/development_processes.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/development/development_processes.md b/doc/development/development_processes.md
index 1cdf667a35f..5efcdd90df4 100644
--- a/doc/development/development_processes.md
+++ b/doc/development/development_processes.md
@@ -123,3 +123,13 @@ the [reviewer values](https://about.gitlab.com/handbook/engineering/workflow/rev
### Shell Scripting guides
- [Shell scripting standards and style guidelines](shell_scripting_guide/index.md)
+
+## Clear written communication
+
+While writing any comment in an issue or merge request or any other mode of communication,
+follow [IETF standard](https://www.ietf.org/rfc/rfc2119.txt) while using terms like
+"MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT","RECOMMENDED", "MAY",
+and "OPTIONAL".
+
+This ensures that different team members from different cultures have a clear understanding of
+the terms being used.