λ61
Loading...
Searching...
No Matches
How to contribute

Contributions are extremely welcome

Requirements

  1. Must pass an initial code smell test
  2. It must be scoped to a certain subsystem e.g ExtensionSystem or FrontEnds
  3. All code must pass valgrind checks For memory safety
  4. There must be Auto testing via gtest !!NOTE: This is currently not enforced
  5. If a header contains only C declarations and calls or mixed with C++ It must be within a *.h header file

How to contribute code

If you want to add something new to this Project.

  1. fork it.
  2. Add your additions
  3. create a pull request
  4. and I will review it

NOTE for contributors adding C code Or modifying C code

All modified or additional C code will go through strict Memory testing