Idea: Auto generate the `PMC` and `Committers` lists on the "Contributors" page
Saves manual work with automation.
Our project info:
https://projects.apache.org/committee.html?sedona
An example is on Apache CloudStack they are using Python and BeautifulSoup to web scrape an official ASF list:
https://github.com/apache/cloudstack-www/blob/staging-site/source/generate_who.py
They are hitting this endpoint:
https://people.apache.org/committers-by-project.html#cloudstack
Probably many ways this can be done.
Low priority task but nice to have.
I'd like to work on this issue
I'd like to work on this issue
For this particular issue, I'd recommend waiting to see if this idea would be accepted. This list changes very infrequently, so I'm not sure everyone would agree with spending some compute to periodically scrape this list. It's a neat idea, but I wouldn't want your efforts to go to waste if people decide against it.