Skip to content

Commit add83c3

Browse files
authored
Merge pull request #1686 from apiraino/add-detail-to-contributing-pr-take2
Fix text formatting in PR welcome message
2 parents 5c79a78 + 1cd6128 commit add83c3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/handlers/assign.rs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ mod tests {
4141
const NEW_USER_WELCOME_MESSAGE: &str = "Thanks for the pull request, and welcome! \
4242
The Rust team is excited to review your changes, and you should hear from {who} soon.";
4343

44-
const CONTRIBUTION_MESSAGE: &str = "Please see [the contribution
45-
instructions]({contributing_url}) for more information. Namely, in order to ensure the
46-
minimum review times lag, PR authors and assigned reviewers should ensure that the review
44+
const CONTRIBUTION_MESSAGE: &str = "Please see [the contribution \
45+
instructions]({contributing_url}) for more information. Namely, in order to ensure the \
46+
minimum review times lag, PR authors and assigned reviewers should ensure that the review \
4747
label (`S-waiting-on-review` and `S-waiting-on-author`) stays updated, invoking these commands \
48-
when appropriate:\n \
49-
`@rustbot author`: the review is finished, PR author should check the comments and take action accordingly \
50-
`@rustbot review`: the author is ready for a review, this PR will be queued again in the reviewer's queue";
48+
when appropriate:
49+
50+
- `@rustbot author`: the review is finished, PR author should check the comments and take action accordingly
51+
- `@rustbot review`: the author is ready for a review, this PR will be queued again in the reviewer's queue";
5152

5253
const WELCOME_WITH_REVIEWER: &str = "@{assignee} (or someone else)";
5354

0 commit comments

Comments
 (0)