All contributions must be held to a certain standard of quality, mainly keeping the original code style in check.
- Tab formatting
- Unless its a return, please do not use 1 line for most function calls.
- Localize variables when possible, most of the time the code should never have to index a variable, or call a function twice in a loop.
Here is the provided documentation for if you want to contribute.