File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -273,15 +273,15 @@ Be patient; this can take a while and the queue can sometimes be long. PRs are n
273273
274274### Opening a PR
275275
276- You are now ready to file a pull request? Great! Here are a few points you
277- should be aware of.
276+ You are now ready to file a pull request (PR)?
277+ Great! Here are a few points you should be aware of.
278278
279279All pull requests should be filed against the ` master ` branch,
280280unless you know for sure that you should target a different branch.
281281
282- Make sure your pull request is in compliance with Rust's style guidelines by running
282+ Run some style checks before you submit the PR:
283283
284- $ ./x test tidy --bless
284+ ./x test tidy --bless
285285
286286We recommend to make this check before every pull request (and every new commit
287287in a pull request); you can add [ git hooks]
You can’t perform that action at this time.
0 commit comments