forked from openscad/openscad
-
Notifications
You must be signed in to change notification settings - Fork 1
Development howto
Marius Kintel edited this page Oct 21, 2013
·
7 revisions
This document is meant to help new developers get started, as well as provide documentation/checklists for typical development tasks
- Write code. If related to a github issue, mention this in commit messages (e.g. "related to #")
- Add or modify test cases
- For new modules or larger changes: Add an example
- Verify that all tests pass. Remember to run all tests (ctest -C All)
- Update documentation (wikibooks)
- Update RELEASE_NOTES
- Update cheatsheet