Read the following before reporting a bug on GitHub:
When reporting a bug on GitHub, make sure you include the following information:
plugins/check/index.php
)Check if there are branches newer than master
. Always fork the newest available branch.
Please follow the conventions already established in the code.
Spacing:
Use tabs for indentation. No spaces.
Naming:
Keep variable and method names concise and descriptive.
Quotes:
Single-quoted strings are preferred to double-quoted strings
Comments:
Please use single-line comments to annotate significant additions. Use #
for comments in PHP; //
for comments in JS and CSS.
Merge your changes when the forked branch has been updated in the meanwhile. Make sure your code is 100% working before creating a Pull-Request on GitHub.