Contributing.md: remove spurious verb

This commit is contained in:
Benjamin Herr 2013-03-01 22:46:00 +01:00
parent cab8ec242b
commit ae89328b2a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ You're not off the hook even if you just stick to documentation; code examples i
Pull requests will be treated as "review requests",
and we will give feedback we expect to see corrected on [style](https://github.com/mozilla/rust/wiki/Note-style-guide) and substance before pulling.
Changes contributed via pull request should focus on a single issue at a time, like any other.
We will not look accept pull-requests that try to "sneak" unrelated changes in.
We will not accept pull-requests that try to "sneak" unrelated changes in.
Normally, all pull requests must include regression tests (see [Note-testsuite](https://github.com/mozilla/rust/wiki/Note-testsuite)) that test your change.
Occasionally, a change will be very difficult to test for.