commit 7be056c1f4a5cfe00120f5b20662a876573b348c parent 87b2cc95bf3f499f977ad13127b1655a9bf0798f Author: Kevin Barabash <kevinb7@gmail.com> Date: Fri, 3 Jul 2015 10:17:09 -0600 Merge pull request #283 from kevinb7/kevinb7-patch-4 Update CONTRIBUTING.md Diffstat:
| M | CONTRIBUTING.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -100,9 +100,18 @@ Code - 80 character line length - commas last - declare variables in the outermost scope that they are used + - camelCase for variables in JavaScript + - snake_case for variables in Python In general, try to make your code blend in with the surrounding code. +## Pull Requests + + - link back to the original issue(s) whenever possible + - new commands should be added to the [wiki](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX) + - commits should be squashed before merging + - large pull requests should be broken into separate pull requests (or multiple logically cohesive commits), if possible + ## CLA In order to contribute to KaTeX, you must first sign the CLA, found at www.khanacademy.org/r/cla