sphinx-doc / sphinx

The Sphinx documentation generator
https://www.sphinx-doc.org/
Other
6.61k stars 2.13k forks source link

Credit more contributors in AUTHORS #13114

Closed AA-Turner closed 1 week ago

AA-Turner commented 1 week ago

This should mean ~all contributors with more than ~20 commits are listed in AUTHORS.

I've made a best-effort listing of everyone's main area of contribution, but if you would like to list something else and/or reword, please let me know!

cc:

xref:

A

adamtheturtle commented 1 week ago

♥️

larsoner commented 1 week ago

@AA-Turner FYI over in MNE-Python we use a monthly action for code credit:

https://github.com/mne-tools/mne-python/blob/main/.github/workflows/credit.yml

You could do something similar here I think. The bot would open a PR with a (hopefully!) correct name from the git log plus some placeholder text that you could then edit on the GitHub interface.

Happy to give it a shot if you think it would make maintenance easier for you!