You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.:
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"
.The text was updated successfully, but these errors were encountered: