We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af53559 commit b7bd3cbCopy full SHA for b7bd3cb
src/release/rollups.md
@@ -6,7 +6,7 @@ The Rust project has a policy that every pull request must be tested after merge
6
before it can be pushed to master. As PR volume increases this can scale poorly,
7
especially given the long (~3.5hr) current CI duration for Rust.
8
9
-Enter rollups - changes that small, not performance sensitive, or not platform
+Enter rollups! Changes that are small, not performance sensitive, or not platform
10
dependent are marked with the `rollup` command to bors (`@bors r+ rollup` to
11
approve a PR and mark as a rollup, `@bors rollup` to mark a previously approved
12
PR, `@bors rollup-` to un-mark as a rollup). 'Performing a Rollup' then means
0 commit comments