Skip to content

Commit e27ee0b

Browse files
authored
contributing.md: ease copy-paste
Also, tidy does a lot more than follow Rust Style Guide
1 parent c263c60 commit e27ee0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/contributing.md

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

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

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

0 commit comments

Comments
 (0)