From abc093b69a1b68aa7ed193a5612217a309e010ef Mon Sep 17 00:00:00 2001 From: Adnan AlSinan Date: Tue, 8 Feb 2022 16:57:06 +0000 Subject: Inclusive language update - Update Github README.md - Add section about inclusive language in our documention Resolves COMPMID-5129 Signed-off-by: Adnan AlSinan Change-Id: Iab56d284a81061a1e62f4df7163553fdf47c2d7d Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7100 Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins --- docs/contributor_guide/contribution_guidelines.dox | 9 ++++++++- docs/contributor_guide/non_inclusive_language_examples.dox | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 docs/contributor_guide/non_inclusive_language_examples.dox (limited to 'docs/contributor_guide') diff --git a/docs/contributor_guide/contribution_guidelines.dox b/docs/contributor_guide/contribution_guidelines.dox index d37c6b9cb9..ab02adfc32 100644 --- a/docs/contributor_guide/contribution_guidelines.dox +++ b/docs/contributor_guide/contribution_guidelines.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2019-2020 Arm Limited. +/// Copyright (c) 2019-2022 Arm Limited. /// /// SPDX-License-Identifier: MIT /// @@ -35,6 +35,13 @@ The development is structured in the following way: - Development repository: https://review.mlplatform.org/#/admin/projects/ml/ComputeLibrary - Please report issues here: https://github.com/ARM-software/ComputeLibrary/issues +@section S5_0_inc_lang Inclusive language guideline +As part of the initiative to use inclusive language, there are certain phrases and words that were removed or replaced by more inclusive ones. Examples include but not limited to: +\includedoc non_inclusive_language_examples.dox + +Please also follow this guideline when committing changes to Compute Library. + +Futhermore, starting from next release (22.05), 'master' branch will no longer be used, it will be replaced by 'main'. Please update your clone jobs accordingly. @section S5_1_coding_standards Coding standards and guidelines Best practices (as suggested by clang-tidy): diff --git a/docs/contributor_guide/non_inclusive_language_examples.dox b/docs/contributor_guide/non_inclusive_language_examples.dox new file mode 100644 index 0000000000..addfdd34dd --- /dev/null +++ b/docs/contributor_guide/non_inclusive_language_examples.dox @@ -0,0 +1,4 @@ + - master/slave + - black/white + - he/she, him/her, his/hers + - When referring to a person where gender is irrelevant or unknown, kindly use they, them, theirs, or a person’s preferred pronoun. \ No newline at end of file -- cgit v1.2.1