From d473f89ccb2e33bf747220bdb8004511861b1b9a Mon Sep 17 00:00:00 2001 From: Kathryn Baldauf Date: Sat, 6 Dec 2025 17:54:17 -0800 Subject: [PATCH] Rename CONTRIBUTORS to MAINTAINERS and update list to current state (#435) We'd like a way for people to know who they can ping for help on PRs and issues, but we want to avoid being automatically assigned to PRs via something like CODEOWNERS. Instead, we've opted to list the maintainers of the project in a new MAINTAINERS file. We opted to change from CONTRIBUTORS to MAINTAINERS since we believe that contributors are already acknowledged via the `Contributors` tab on GitHub and in the release notes we make for each new release. In the future, the MAINTAINERS file can be extended to include additional maintainers and past maintainers can continue to be recognized for their work. --- CONTRIBUTORS.txt => MAINTAINERS.txt | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) rename CONTRIBUTORS.txt => MAINTAINERS.txt (60%) diff --git a/CONTRIBUTORS.txt b/MAINTAINERS.txt similarity index 60% rename from CONTRIBUTORS.txt rename to MAINTAINERS.txt index f2bc7665..2b40e203 100644 --- a/CONTRIBUTORS.txt +++ b/MAINTAINERS.txt @@ -1,23 +1,26 @@ -This file contains a list of contributors who have made meaningful changes to this repository. -Please add your name and GitHub handle to this file as an optional step in the contribution process for attribution. -Email is not required. +This file contains a list of maintainers and past maintainers who have made meaningful changes to this repository. -### Contributors +### Maintainers Aditya Ramani (adityaramani) -Agam Dua (agamdua) +AJ Emory (ajemory) Danny Canter (dcantah) Dmitry Kovba (dkovba) Eric Ernst (egernst) -Evan Hazlett (ehazlett) -Gilbert Song (gilbert88) -Hugh Bussell (hughbussell) John Logan (jglogan) Kathryn Baldauf (katiewasnothere) Madhu Venugopal (mavenugo) Michael Crosby (crosbymichael) -Nandha Reddy (nandsha) +Raj Aryan Singh (realrajaryan) Sidhartha Mani (wlan0) +Yibo Zhuang (yibozhuang) + + +### Emeritus maintainers + +Agam Dua (agamdua) +Evan Hazlett (ehazlett) +Gilbert Song (gilbert88) +Hugh Bussell (hughbussell) Tanweer Noor (tanweernoor) Ximena Perez Diaz (ximenanperez) -Yibo Zhuang (yibozhuang)