From 06f04887fd9fea14e946c375f135bd3f89cfd6b9 Mon Sep 17 00:00:00 2001 From: Alexander Corn Date: Thu, 28 Dec 2017 00:34:15 -0500 Subject: [PATCH] Updated CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87935e7..13bbb77 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,7 @@ Submitting a pull request? Great! Thanks for contributing your time and code! Pl - Tabs for indentation - camelCase for variables and functions - Opening braces on the same line as the if/for/while statement + - No omitting unnecessary braces - etc. - Please avoid breaking changes. If you make a breaking change that can be done in a backwards-compatible manner, I won't accept it. - Please don't increment the version number in `package.json`. I'll do that myself when I publish it to npm.