Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 379 Bytes

File metadata and controls

6 lines (6 loc) · 379 Bytes

To contribute you must follow the next rules:

  1. Write modern C++ code without any external dependencies
  2. Don't use exceptions, handle or forward each error inside the library.
  3. Code must be able to compile with all popular compilers like gcc,clang and msvc
  4. If you have some code to contribute - create a pull request
  5. I guess that's it. Ask in DM if you have questions