COMMUNITY.md: minor grammatical fixes

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2017-07-25 15:39:05 -04:00
parent a03e352668
commit 4b8ac525ff

View File

@ -108,7 +108,7 @@ include a signed-off-by tag in every patch.
`Signed-off-by:` this is a developer's certification that he or she has the `Signed-off-by:` this is a developer's certification that he or she has the
right to submit the patch for inclusion into the project. It is an agreement to right to submit the patch for inclusion into the project. It is an agreement to
the Developer's Certificate of Origin (below). Code without a proper signoff the Developer's Certificate of Origin (below). Code without a proper signoff
cannot and will not be merged. can not and will not be merged.
If you are unfamiliar with this process, you should read the [official policy If you are unfamiliar with this process, you should read the [official policy
at kernel.org](http://www.kernel.org/doc/Documentation/SubmittingPatches) and at kernel.org](http://www.kernel.org/doc/Documentation/SubmittingPatches) and
@ -203,8 +203,8 @@ merged in a timely manner.
Patchwork at Patchwork at
[https://patchwork.frrouting.org](https://patchwork.frrouting.org) (if [https://patchwork.frrouting.org](https://patchwork.frrouting.org) (if
submitted as patch to mailing list). submitted as patch to mailing list).
* Please notify development mailing list if you think something doesnt * Please notify the development mailing list if you think something doesnt
work work.
* If the tests failed: * If the tests failed:
* In general, expect the community to ignore the submission until the tests * In general, expect the community to ignore the submission until the tests
pass. pass.
@ -212,8 +212,8 @@ merged in a timely manner.
* This includes fixing existing unit (“make test”) tests if your * This includes fixing existing unit (“make test”) tests if your
changes broke or changed them. changes broke or changed them.
* It also includes fixing distribution packages for the failing * It also includes fixing distribution packages for the failing
platforms (ie if new libraries are required) platforms (ie if new libraries are required).
* Feel free to ask for help on development list * Feel free to ask for help on the development list.
* Go back to the submission process and repeat until the tests pass. * Go back to the submission process and repeat until the tests pass.
* If the tests pass: * If the tests pass:
* Wait for reviewers. Someone will review your code or be assigned to * Wait for reviewers. Someone will review your code or be assigned to