From 4dfe7724c608b4a0a5364f2d3f7e327636aafe1b Mon Sep 17 00:00:00 2001 From: Decagon Date: Fri, 22 Jul 2016 17:12:23 -0300 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0ee9818 --- /dev/null +++ b/CONTRIBUTING.md @@ -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.