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 @@ -269,15 +269,15 @@ Be patient; this can take a while and the queue can sometimes be long. PRs are n
269269
270270### Opening a PR
271271
272- You are now ready to file a pull request? Great! Here are a few points you
273- should be aware of.
272+ You are now ready to file a pull request (PR)?
273+ Great! Here are a few points you should be aware of.
274274
275275All pull requests should be filed against the ` master ` branch,
276276unless you know for sure that you should target a different branch.
277277
278- Make sure your pull request is in compliance with Rust's style guidelines by running
278+ Run some style checks before you submit the PR:
279279
280- $ ./x test tidy --bless
280+ ./x test tidy --bless
281281
282282We recommend to make this check before every pull request (and every new commit
283283in a pull request); you can add [ git hooks]
You can’t perform that action at this time.
0 commit comments