From 28d1cfff97e67d10b3dd50eea4733230eb653973 Mon Sep 17 00:00:00 2001 From: apiraino Date: Thu, 4 Aug 2022 17:32:37 +0200 Subject: [PATCH] Add reminder about review in welcome msg --- highfive/newpr.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/highfive/newpr.py b/highfive/newpr.py index bfe00ed4..34e2e6a6 100644 --- a/highfive/newpr.py +++ b/highfive/newpr.py @@ -23,6 +23,8 @@ raw_welcome = """Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from %s soon. Please see [the contribution instructions](%s) for more information. + +Tip: when your PR is ready for review, don't forget to fire up the command `@rustbot ready` to put your PR in the review queue of your assigned reviewer: this will help speed up the overall review process. """ warning_summary = ':warning: **Warning** :warning:\n\n%s'