Open zmughal opened 1 year ago
Beware with the use of the word "owner". We are already using it to mean the people that own/hold the copyright for individual files. This is encoded as comments in the individual files as # OWNER: ...
e.g.:
These comments are then used to generate the POD documentation (when available).
Maybe something like "Maintainer" would be better. Also, maybe also put it on the individual files, next to the owner and author blocks?
Yes, the CODEOWNERS
file is more about automating the process of maintenance. Only a suggestion if it helps with triaging. It could even be generated automatically (via dzil) from the source if that kind of # MAINTAINER:
line is added to individual files.
Some examples:
This helps with automatically assigning to issues and PRs. Possibly starting with the listing from
git grep "Cared for"
.