forked from Singular/Singular
-
Notifications
You must be signed in to change notification settings - Fork 0
How To Contribute
burcin edited this page Oct 26, 2011
·
6 revisions
If you'd like to hack on Singular, you can follow the github sources and start by forking the Sources repo on GitHub:
http://github.com/Singular/Sources
For help with this procedure and general questions about development please write libsingular-devel@googlegroups.com.
Before sending a pull request to merge your changes, make sure that
- any new functions are properly documented
- new functions are tested
- the Singular test suite passes without failure. Instructions on running the test suite is available on this wiki.