Skip to content

Commit

Permalink
Add Git commit messages section
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Dec 4, 2013
1 parent 6891922 commit 57c0261
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
specs
* Avoid placing files in `vendor`. 3rd-party packages should be added as a
`package.json` dependency.
* Commit messages are in the present tense
* Files end with a newline.
* Requires should be in the following order:
* Built in Node Modules (such as `path`)
Expand All @@ -30,3 +29,12 @@
* Use `path.join()` to concatenate filenames.
* Temporary directory is not `/tmp` on Windows, use `os.tmpdir()` when
possible

## Git Commit Messages
* Use the present tense
* Reference issues and pull requests liberally
* Consider starting the commit message with an applicable emoji:
* :lipstick: when improving the format/structure of the code
* :racehorse: when improving performance
* :non-potable_water: when plugging memory leaks
* :memo: when writing docs

0 comments on commit 57c0261

Please sign in to comment.