Skip to content

Commit

Permalink
Merge pull request #45 from ceojasonnichols/patch-1
Browse files Browse the repository at this point in the history
(doc) grammar and typo fix in CONTRIBUTING.md
  • Loading branch information
coreybutler committed Sep 29, 2014
2 parents 2c70dd3 + 8432a3f commit 51a5505
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# How to contribute

Third-party patches are help keep NGN great. The world of Node.js is quite
Third-party patches help keep NGN great. The world of Node.js is quite
large, and it is impossible for anyone to keep up with absolutely everything.
Knowing that, we appreciate contributions. In an effort to keep community
code working to the standards expected of NGN, there are a few guidelines that we
need contributors to follow so that we can have a chance of keeping on
top of things.
Knowing that, we appreciate contributions.

In an effort to keep community code working to the standards expected of NGN,
there are a few guidelines that we need contributors to follow so that we can
have a chance of keeping on top of things.

## Getting Started

Expand All @@ -23,7 +24,7 @@ To get started, <a href="http://www.clahub.com/agreements/nodengn/NGN">sign the
* Make commits of logical units.
* Check for unnecessary whitespace with `git diff --check` before committing.
* Make sure you have added the necessary tests for your changes.
* Run _all_ the tests to assure nothing else was accidentally broken.
* Run _all_ the tests to ensure nothing else was accidentally broken.
* Make sure your commit messages are in the proper format.

```
Expand Down

0 comments on commit 51a5505

Please # to comment.