Module maintainers
As Stylix grows larger, we should begin using meta.maintainers or some other method to track people interested in maintaining each individual module.
This could be open to automation for things like review requests.
One problem with meta.maintainers is that the list of possible maintainers is part of nixpkgs, so anyone who hasn't contributed there in the past would have to jump through a few hoops to get their name on the list.
Why not just create stylix-local list of maintainers?
Why not just create stylix-local list of maintainers?
We could overlay or overwrite the meta.maintainers list from Nixpkgs with our meta.maintainers list.
Alternatively, nixos-hardware uses a (fairly incomplete) CODEOWNERS file. Personally, I would prefer to use meta.maintainers.
I agree.
CODEOWNERS only requests a review from someone if they have write permissions on the repository.