Contributions are extremely welcome
Requirements
- Must pass an initial code smell test
- It must be scoped to a certain subsystem e.g ExtensionSystem or FrontEnds
- All code must pass valgrind checks For memory safety
- There must be Auto testing via gtest !!NOTE: This is currently not enforced
- 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.
- fork it.
- Add your additions
- create a pull request
- 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