-
-
Notifications
You must be signed in to change notification settings - Fork 0
Add nomination issue template #23
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,25 @@ | ||||||||||
name: Committer Nomination | ||||||||||
description: Nominate a user for Nixpkgs commit access. | ||||||||||
title: "[Nomination]: " | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
We have placeholders like |
||||||||||
labels: ["nomination"] | ||||||||||
assignees: | ||||||||||
- @NixOS/commit-bit-delegation | ||||||||||
body: | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would highly recommend adding a |
||||||||||
- type: input | ||||||||||
id: user | ||||||||||
attributes: | ||||||||||
label: GitHub user name | ||||||||||
placeholder: octocat | ||||||||||
Comment on lines
+11
to
+12
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
In Nixpkgs, we removed placeholders in order to reduce the overall information density. I would recommend doing the same here and using |
||||||||||
validations: | ||||||||||
required: true | ||||||||||
- type: markdown | ||||||||||
attributes: | ||||||||||
value: | | ||||||||||
Thanks for taking the time to fill out this bug report! | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. bug report is wrong, I think. |
||||||||||
- type: textarea | ||||||||||
id: reason | ||||||||||
attributes: | ||||||||||
label: Reason | ||||||||||
description: Why I are you nominating this person? Please include links to their relevant PR and reviewing activity. | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
validations: | ||||||||||
required: true | ||||||||||
Comment on lines
+19
to
+25
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I feel like we can split this up into a few more questions. Most nominations in the old issue follow mostly the same format (sometimes the first and second paragraph are flipped):
I think splitting this question appropriately will allow the delegation team to more efficiently review nominations, as they would have a very similar format to each other. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
contact_links: | ||
- name: Contact the Committer Delegation Team via group message on Discourse | ||
url: https://discourse.nixos.org/g/nixpkgs-nominations | ||
about: For private inquiries and suggestions. | ||
Comment on lines
+2
to
+4
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This feels a bit redundant since the Discourse link is also available from the documentation below. |
||
- name: Contact the individual Committer Delegation Team members | ||
url: https://github.com/NixOS/org/blob/main/doc/nixpkgs-committers.md#team | ||
about: For private inquiries and suggestions. |
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.
This wording seems to imply that self-nominations will no longer be allowed? Will there be a separate issue template for self-nominations? Are they outright banned?
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 don't get that from the wording, just says you're nominating a singular user.