Skip to content

Commit

Permalink
Auto merge of #3955 - RalfJung:review-bot, r=RalfJung
Browse files Browse the repository at this point in the history
CONTRIBUTING.md: explain the review bot use
  • Loading branch information
bors committed Oct 9, 2024
2 parents edc5c1e + f90c97c commit 87058a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/tools/miri/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ process for such contributions:
This process is largely informal, and its primary goal is to more clearly communicate expectations.
Please get in touch with us if you have any questions!

### Managing the review state

Most PRs bounce back and forth between the reviewer and the author several times, so it is good to
keep track of who is expected to take the next step. We are using the `S-waiting-for-review` and
`S-waiting-for-author` labels for that. If a reviewer asked you to do some changes and you think
they are all taken care of, post a comment saying `@rustbot ready` to mark a PR as ready for the
next round of review.

## Preparing the build environment

Miri heavily relies on internal and unstable rustc interfaces to execute MIR,
Expand Down

0 comments on commit 87058a4

Please sign in to comment.