Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 992 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 992 Bytes

Contributing to reveal-code-focus

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.

Coding Guidelines

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.