danth / stylix

System-wide colorscheming and typography for NixOS
https://stylix.danth.me/
MIT License
912 stars 107 forks source link

Module maintainers #275

Open danth opened 4 months ago

danth commented 4 months ago

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.

danth commented 4 months ago

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.

LennyLizowzskiy commented 3 months ago

Why not just create stylix-local list of maintainers?

trueNAHO commented 3 months ago

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.

danth commented 3 months ago

I agree.

CODEOWNERS only requests a review from someone if they have write permissions on the repository.