Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 428 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 428 Bytes

Contribution Guidelines

  1. Always use double quotes.
  2. Always add two blank lines before a function declaration.
  3. Use snake case. (this_is_a_snake_case_variable)
  4. Try to keep your code clean.
  5. Document your code with comments if there could be any confusion.
  6. Do not use any GPL licensed code in the main repository. If you need to include it, add it to an extra repository.
  7. Have fun hacking away at the project!