Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 938 Bytes

contributing.md

File metadata and controls

26 lines (18 loc) · 938 Bytes

Appendix C: Contributing

As for most open source projects, all contributions are welcomed!

Bugs

Any mistakes that are identified, either typos, logic mistakes, wrong argumentations, etc, should be addressed as Bugs in the Issues section.

Enhancements

Clearly defined proposals should be addressed as Enhancements to the Issues section, or, even better, as Pull requests.

C/C++ use cases

Proposals should be accompanied by use-cases in C/C++, and solid argumentation why the new solution is more efficient and/or easier to use than existing solutions.

Please don't forget that the mission statement is to "define a modern C/C++ friendly architecture", so solutions that cannot be expressed in C/C++ need a very good argumentation to be seriously considered.