Skip to content

Commit

Permalink
Merge pull request #1686 from apiraino/add-detail-to-contributing-pr-…
Browse files Browse the repository at this point in the history
…take2

Fix text formatting in PR welcome message
  • Loading branch information
rylev authored Mar 2, 2023
2 parents 5c79a78 + 1cd6128 commit add83c3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/handlers/assign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ mod tests {
const NEW_USER_WELCOME_MESSAGE: &str = "Thanks for the pull request, and welcome! \
The Rust team is excited to review your changes, and you should hear from {who} soon.";

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

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

Expand Down

0 comments on commit add83c3

Please sign in to comment.