From 892e58c41fd07cc59b9e06b2a856ee61790d5bc4 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 30 Oct 2023 21:12:43 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/development_processes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/development/development_processes.md') 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. -- cgit v1.2.3