-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Document conventions around adding new maintainers #96666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document conventions around adding new maintainers #96666
Conversation
bdc4f4c
to
78cdefb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might also want to strip the stdenv prefix, I don't see much of a point in using it when packages usually have lib in their arguments anyways.
78cdefb
to
8014df9
Compare
Makes sense, esp. since this is the section on stdenv anyway. |
/marvin opt-in |
Hi! I'm an experimental bot. My goal is to guide this PR through its stages, hopefully ending with a merge. You can read up on the usage here. |
@@ -190,7 +190,7 @@ hello-2.3 A program that produces a familiar, friendly greeting | |||
<listitem> | |||
<para> | |||
A list of names and e-mail addresses of the maintainers of this Nix expression. If you would like to be a maintainer of a package, you may want to add yourself to <link |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A list of names and e-mail addresses of the maintainers of this Nix expression. If you would like to be a maintainer of a package, you may want to add yourself to <link | |
A list of the maintainers of this Nix expression. Maintainers are defined in <link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/maintainers/maintainer-list.nix"><filename>nixpkgs/maintainers/maintainer-list.nix</filename></link>. Add each new maintainer to that list in a separate commit titled 'maintainers: add alice', and reference maintainers with <literal>maintainers = with lib.maintainers; [ alice bob ]</literal>. |
The previous wording was very wishy-washy. I prefer the instructions being very concrete.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I agree this sentence can probably be improved further, I'm reluctant to delay this PR even more by increasing its scope.
It is probably good to keep the information that it is OK to add yourself as a maintainer - that seems lost in your proposal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought it was implied by "each new maintainer". However I guess we can be explicit that there is no barrier to becoming a new maintainer.
Ok, even if you don't want to update the previous sentence in this PR I still would like to clean up the modified sentence to be a bit more direct.
Adding them to `maintainers/maintainer-list` in a separate commit. Co-Authored-By: Pavol Rusnak <pavol@rusnak.io> Co-Authored-By: Atemu <atemu.main@gmail.com> Co-Authored-By: Kevin Cox <kevincox@kevincox.ca>
8014df9
to
292de46
Compare
Thanks for the suggestions all! |
Additionally fixes the "list of names and emails" to be a list of maintainer expressions. A follow-up from the discussion in #96666
Additionally fixes the "list of names and emails" to be a list of maintainer expressions. A follow-up from the discussion in #96666
Thx for this PR @kevincox ✨ |
I just made a comment. The initiative and work was thanks to @raboof! |
Adding them to
maintainers/maintainer-list
in a separate commit.Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)