Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 300 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 300 Bytes

Contributing to VChar64

Just send a Pull Request, and:

  • Use QtCreator's default indentation
  • Use CamelCase for classes. Use camelCase for ivars.
  • Prepend all ivars with _. OK: _myVar BAD: mMyVar. BAD: _my_var
  • Explain what the Pull Request does
  • When applicable, attach a test case