Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Decagon authored Jul 22, 2016
1 parent d779931 commit 4dfe772
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Contributing

Thanks for contributing to Pedant! Just remember before you contribute, we ask that you follow Google's style guide for JavaScript.

It's actually pretty easy: just before you run `git commit` just run `clang-format -i pedant.js` first, to make the code-style consistent.

If you're running Ubuntu/Debian, you can install clang-format by `apt-get install clang-format`.

If you're on a mac and have Homebrew installed, you can run `brew install clang-format` to get it.

0 comments on commit 4dfe772

Please sign in to comment.