-
Notifications
You must be signed in to change notification settings - Fork 7
Contributing code to StitchIt
Rob Campbell edited this page Mar 1, 2017
·
12 revisions
Contributions to StitchIt
are welcome.
- Ideally you should fork the repository and send contributions as a pull request. StitchIt tends to be updated regularly, so keep your fork up to date or it won't be possible to merge it.
- New functions should have full help text e.g. like stitchSection.m
- If you add or modify the behavior of an argument in an existing function you should also update the function's help text
- Keep your pull requests clean. e.g. do not include commented-out test code code, temporary functions, or highly specialised functions such as
stitchSection_BobsVersion.m
- Read the developer notes