Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 631 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 631 Bytes

Contributing to SDLXX

By submitting a pull request or a patch, you represent that you have the right to license your contribution to the SDLXX project owners and the community and agree that your contributions are licensed under the Zlib license.

All C++ code must adhere to Google C++ Style Guide with the following exceptions:

  • Exceptions are permitted
  • snake_case is used instead of UpperCamelCase for function and method names
  • Constants and class data members are named like ordinary nonmember variables

Thanks for contributing!