Shorter welcome message for new PRs - #2480
Conversation
There was a problem hiding this comment.
I like it! It clearly separates the contribution link (which might also contain the LLM policy link in the future) from the minutiae of describing how the labels work, which is quite low-level, and before it was combined with the rest of the text too much.
Regarding the tip: does it really make sense to include @rustbot author there? After all, this command most likely won't be used by (new) PR authors, and it doesn't make sense to me to post instructions that are essentially for the reviewer (who likely knows about this already). I think that we should focus on tips for the PR author themselves, so maybe just keep the @rustbot ready command.
In fact, maybe we should just remove the tip altogether, because rustbot now actually responds to @rustbot author with a message saying that @rustbot ready should be used. So I'm not sure if it has to also be in the welcome message. It can be a bit confusing, because it describes a situation that might not happen at all, and that is not applicable immediately once the message is sent, because at that time the PR is ready for a review.
bbbc938 to
8a6a1ca
Compare
Ok, why not. So, instead of the tip block, something more like this? To try to keep review times lag at a minimum, PR authors and assigned reviewers should ensure that these labels stays updated:
|
|
To clarify, by removing the tip, I meant removing this entire block of text 😅 If we keep the text, then I think it should be wrapped in the tip block. |
|
sorry, now I am confused: are you suggesting to remove the entire block of instructions about how to operate the review switch (either by using the bot or changing the labels)? i.e. the comment in full to be like this: Thanks for the pull request, and welcome! Please see the contribution instructions for more information. Why was this reviewer chosen?blahblah |
|
Yes, that was my proposal. Because many contributions will not even interact with this system. PRs are implicitly ready for a review when not opened as a draft. If a reviewer uses |
Hm not sure about that. The original intent of this text (IIRC) was to instruct (and remind) both authors (esp. first-timers) and reviewers about what to do and to do it. We don't have hard data about how effective has this been, but do you think it's not a useful reminder? |
|
What I meant was that many PRs are reviewed and merged without ever And we explain this to PR authors when it actually becomes relevant (when the reviewer uses So I think that we have the following options:
Pick what you prefer :) |
|
ok, I see. Well, I don't know either, from me it would just be an uneducated guess 🤷 I will remove it and call it a day with this experiment (where we tried to educate people handling the PR review status) |
8a6a1ca to
a152056
Compare
Co-authored-by: Jakub Beránek <berykubik@gmail.com>
As I mentioned on Zulip, I wanted to take a stab at cutting some words from the welcome message when a PR from a new contributor is opened.
Current version
New version
How do you feel about this proposal? :)
thanks