Clarify what commit access is for in retirement PRs #32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Many inactive committers seem confused by their retirement PRs, especially if they have been active maintainers or have actively contributed in other ways. For example: #26 (comment)
Hopefully, clearly stating which activities require commit access and which do not, will help avoid such confusion.
It's also likely that many are already aware of this. Even so, I think highlighting it within the retirement PR will help them focus their arguments on relevant facts, instead of highlighting irrelevant facts not related to committing.
I've implemented this as a "note" admonition, however other possible admonitions supported by GFM include "tip", "important", "warning", and "caution".
I believe this would be valid as a "note", "tip", or "important" admonition.
Feedback on my wording, implementation, formatting, etc is welcome; especially if it leads to a better PR description template in the end.
Examples
Note
Commit access is not needed for most forms of contributing, including being a maintainer and reviewing PRs. It is only needed for things that requires
writepermissions to nixpkgs, such as merging PRs.Tip
Commit access is not needed for most forms of contributing, including being a maintainer and reviewing PRs. It is only needed for things that requires
writepermissions to nixpkgs, such as merging PRs.Important
Commit access is not needed for most forms of contributing, including being a maintainer and reviewing PRs. It is only needed for things that requires
writepermissions to nixpkgs, such as merging PRs.Aside
In the original issue discussing this automation, it was mentioned that these PRs would give committers one month to make a commit:
(emphasis mine)
However, the current wording instead talks about making a comment within the month:
Is this a deliberate wording choice, to avoid committers rushing to make poor-quality commits during their probationary month?
Even so, I'm slightly uncomfortable if there is a policy in place that isn't being communicated within these PRs (intentionally or not).