Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 488 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 488 Bytes

How to contribute

Just open a new pull request, I will check it and discuss it.

Coding conventions

  • try to keep code clean (functions uder 10 lines lenght mat help)
  • camelCase for variables, THIS_CASE for costants
  • This is open source software. Consider the people who will read your code, and make it look nice for them. It's sort of like driving a car: Perhaps you love doing donuts when you're alone, but with passengers the goal is to make the ride as smooth as possible.