From f8f2ba03d3d7b96f0d0c6eb47c378cbd3867fb41 Mon Sep 17 00:00:00 2001 From: Patrick Buckley Date: Sun, 2 Aug 2026 13:46:11 -0700 Subject: [PATCH] docs(contributors): add five contributors from the last four months MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The list had not been revised since 2026-06-10, and then only incidentally as part of the relicense commit. Cross-checking commit authorship against the full merged-PR list surfaced five people with merged work and no entry: metaclassing, posixpositive, Sanjay Santhanam, Stefano Maffeis and BlackMyrmidon. The two scans agree exactly once pow3rtool (a machine account that authored the #741 commit) is folded into metaclassing. Authorship alone is not sufficient — squash merges can land an external PR under the committer's name — so the merged-PR author list is the cross-check. Ordering follows the existing convention: named entries alphabetically by display name, handle-only entries after them. --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 55304f2c..8ee2ec56 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -8,6 +8,11 @@ The following people have contributed code to the project — thank you: - Burhan ([@Burhan-Q](https://github.com/Burhan-Q)) - chrismuzyn ([@chrismuzyn](https://github.com/chrismuzyn)) - daoxley ([@daoxley](https://github.com/daoxley)) +- metaclassing ([@metaclassing](https://github.com/metaclassing)) +- posixpositive ([@bensonjohnson](https://github.com/bensonjohnson)) - Robert DeAngelis ([@OriginalOrangeXD](https://github.com/OriginalOrangeXD)) +- Sanjay Santhanam ([@Sanjays2402](https://github.com/Sanjays2402)) +- Stefano Maffeis ([@lesbass](https://github.com/lesbass)) - William ([@sillyWillieBilly](https://github.com/sillyWillieBilly)) +- [@BlackMyrmidon](https://github.com/BlackMyrmidon) - [@pizzaandcheese](https://github.com/pizzaandcheese)