Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 524 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 524 Bytes

Any contribution that you make to this repository will be under the GNU General Public License, as dictated by that license.

Use the Google C++ Style Guide with the following exceptions:

  • member variables are snake case with leading m_
  • global variables are snake case with leading g_

Prior to pull/merge request, check the following:

  • Resolve all compiler warnings
  • Pass all unit tests
  • Resolve all doxygen warnings