Skip to content

Commit edb4cb5

Browse files
authored
Merge pull request #2622 from rust-lang/master
2 parents c6d1b14 + a9c7730 commit edb4cb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/rustc-dev-guide/src/contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

279279
All pull requests should be filed against the `master` branch,
280280
unless 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

286286
We recommend to make this check before every pull request (and every new commit
287287
in a pull request); you can add [git hooks]

0 commit comments

Comments
 (0)