Merge pull request #9749

5c32fbd CoC: do not encourage using real names or 'well-known aliases' (tobtoht)
This commit is contained in:
luigi1111 2025-10-07 15:44:52 -04:00
commit 177e14ac56
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -114,8 +114,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.