Skip to content

Commit

Permalink
Merge pull request #1592 from ericmarkmartin/patch-4
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
jasoncalabrese committed Apr 5, 2016
2 parents f29b1cb + 582ff88 commit 5ac949b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Some simple rules, that will make it easier to maintain our codebase:
* A space before function parameters, such as: `function boom (name, callback) { }`, this makes searching for calls easier
* Name your callback functions, such as `boom('the name', function afterBoom ( result ) { }`
* Don't include author names in the header of your files, if you need to give credit to someone else do it in the commit comment.
* Use single quotes.
* Use the comma first style, for example:

```javascript
Expand Down

0 comments on commit 5ac949b

Please sign in to comment.