From d30bc2120e34564ac73d8422f78348bb88bf2e84 Mon Sep 17 00:00:00 2001 From: "Carl J. Bialorucki" Date: Fri, 13 Feb 2026 13:35:08 -0600 Subject: [PATCH] [CODE_OF_CONDUCT] Don't accuse other contributors of undermining the work (#8661) - Add an explicit rule to not make unsubstantiated claims, especially regarding undermining the project. - Adjusted formatting. --- CODE_OF_CONDUCT.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index dc718106c1c..70fd75b3ae2 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,7 +1,12 @@ -# Code of Conduct +# Code of conduct -Be respectful toward other members of the community. Don't initiate or engage in discussions that are designed to insult, inflame, attack, or incite hate/discrimination/bullying against others. Don't feed the trolls. If we detect any kind of behaviour we consider unacceptable, we reserve the right to ban, block, or remove the involved members from any or all of our communities. +**Be respectful towards other members of the community.** +- Don't initiate or engage in discussions that are designed to insult, inflame, attack, or incite hate, discrimination, or bullying against others. +- Don't make unsubstantiated claims about another contributor, especially claims about undermining the project or our mission. +- Don't feed the trolls. -# See Also +If we detect any kind of behavior we consider unacceptable, we reserve the right to ban, block, or remove the involved members from any or all of our communities. + +# See also - [Rules for managing Pull Requests](PULL_REQUEST_MANAGEMENT.md)