Contributions are always welcome. Before contributing, please search the issue tracker;
your issue may have already been discussed or fixed in master
. To contribute, fork reveal-code-focus, commit your changes, & send a pull request.
In addition to the following guidelines, please follow the conventions already established in the code.
-
Spacing:
Use two spaces for indentation. No tabs. -
Naming:
Keep variable & method names concise & descriptive. -
Quotes:
Single-quoted strings are preferred to double-quoted strings; however, please use a double-quoted string if the value contains a single-quote character to avoid unnecessary escaping. -
Comments:
Please use single-line comments to annotate significant additions.