Contributing
General
Section titled “General”- Follow the Code of Conduct.
- Make sure you’re allowed to contribute — if you’re employed and in doubt, check with your employer or a lawyer.
- Make sure you understand and accept the License.
Quality
Section titled “Quality”- No regressions — there’s an extensive test suite, use it.
- Fixing a bug? Reproduce it with a test first.
- Adding a feature? Make sure it’s tested.
- Style: 1TBS, 4-space indentation, Unix line endings. No tabs (except
Makefilerecipes), no CRLF, opening brace at end of line. - Follow the SEI CERT C Coding Standard.
Pull requests: github.com/christianhujer/aceunit.