From 5c32fbd0b1efadcae7aebb4c9c5674b0a24f80b4 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 29 Jan 2025 02:20:11 +0100 Subject: [PATCH] CoC: do not encourage using real names or 'well-known aliases' --- docs/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 606c28fe4ef..4b924fb544d 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -120,8 +120,8 @@ C4 is meant to provide a reusable optimal collaboration model for open source so ### Patch requirements -- Maintainers MUST have a Platform account and SHOULD use their real names or a well-known alias. -- Contributors SHOULD have a Platform account and MAY use their real names or a well-known alias. +- Maintainers MUST have a Platform account. +- Contributors SHOULD have a Platform account. - A patch SHOULD be a minimal and accurate answer to exactly one identified and agreed problem. - A patch MUST adhere to the code style guidelines of the project if these are defined. - A patch MUST adhere to the "Evolution of Public Contracts" guidelines defined below.