Updated CONTRIBUTING.md

This commit is contained in:
Alexander Corn 2017-12-28 00:34:15 -05:00
parent e5f986a8bf
commit 06f04887fd

View File

@ -28,6 +28,7 @@ Submitting a pull request? Great! Thanks for contributing your time and code! Pl
- Tabs for indentation - Tabs for indentation
- camelCase for variables and functions - camelCase for variables and functions
- Opening braces on the same line as the if/for/while statement - Opening braces on the same line as the if/for/while statement
- No omitting unnecessary braces
- etc. - 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 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. - Please don't increment the version number in `package.json`. I'll do that myself when I publish it to npm.