CONTRIBUTING.md: accept only real names in the SoB

Follow the rule from the Submission Guidelines:
https://openwrt.org/submitting-patches#submission_guidelines

And the shared formal check:
https://github.com/openwrt/actions-shared-workflows/blob/ba03db3b5ae747ed9f38df6c96eb4a37a9f7f7c5/.github/workflows/formal.yml#L37-L43

And this commit 07c1218009

Signed-off-by: Wesley Gimenes <wehagy@proton.me>
(cherry picked from commit 0934d86240)
This commit is contained in:
Wesley Gimenes
2025-08-05 14:14:55 -03:00
committed by Josef Schlehofer
parent 7e010914b3
commit c221d6a8a3
+2 -2
View File
@@ -74,8 +74,8 @@ guidelines:
Add libzot dependency").
- Include Signed-off-by tag in the commit comments. See: [Sign your
work](https://openwrt.org/submitting-patches#sign_your_work)
- Author and sign-off must match and be a real name or known identity and
a real email address. GitHub private email addresses will not be accepted.
- Author and sign-off must match and be a real name and real email address.
GitHub private email addresses will not be accepted.
- Follow all [Submission Guidelines](https://openwrt.org/submitting-patches#submission_guidelines)
requirements, including maximum characters per line.