Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.57 KB

CONTRIBUTING.md

File metadata and controls

38 lines (23 loc) · 1.57 KB

How to contribute

No external dependencies: boost, opencv, etc.

Modules allowed for commits

Modules forbidden for commits

Coding conventions

  • no any Template<> (only for native cpp)
  • camelCase for all names (except constants).

Submitting changes

Please send a GitHub Pull Request to sunnet with a clear list of what you've done (read more about pull requests.

Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit
> 
> A paragraph describing what changed and its impact."