File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ rebase when bringing the latest changes from the master branch to your feature
154154branch. Also, please make sure that fixup commits are squashed into other
155155related commits with meaningful commit messages.
156156
157- If you encounter merge commits , your PR will get marked as ` S-waiting-on-author ` .
157+ If you encounter merge conflicts , your PR will get marked as ` S-waiting-on-author ` .
158158When you resolve them, you should use ` @rustbot ` to mark it as ` S-waiting-on-review ` .
159159See [ this chapter] [ labeling ] for more details.
160160
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ with a few restrictions. This is mostly useful in two cases:
2929
3030** Helping with issue triage** : Rust's issue tracker has more than 5,000 open
3131issues at the time of this writing, so labels are the most powerful tool that we
32- have to keep it as tidy as possible. You may not spend hours in the issue tracker
32+ have to keep it as tidy as possible. You don't need to spend hours in the issue tracker
3333to triage issues, but if you open an issue, you should feel free to label it if
3434you are comfortable with doing it yourself.
3535
36- ** Updating the status of a PR** : we use "status labels" to reflect the status of
36+ ** Updating the status of a PR** : We use "status labels" to reflect the status of
3737PRs. For example, if your PR has merge conflicts, it will automatically be assigned
3838the ` S-waiting-on-author ` , and reviewers might not review it until you rebase your
3939PR. Once you do rebase your branch, you should change the labels yourself to remove
You can’t perform that action at this time.
0 commit comments