-
Notifications
You must be signed in to change notification settings - Fork 166
Contributing
Jason Munro edited this page Jul 3, 2017
·
4 revisions
We appreciate any and all contributions to the project from feedback to pull requests. Our code style rules are simple:
- 4 space indent, no tabs (PHP + JS)
- No newlines before opening "{" characters in functions and methods (PHP + JS)
- lowercase method and variable names with underscores (PHP)
- no conditionals not followed with an explicit "{}" block (PHP + JS)
I always review pull requests before applying them, so if I see any issues I will contact the author, or if they are simple I will just clean it up myself :)