-
Notifications
You must be signed in to change notification settings - Fork 0
How To Contribute
If you'd like to hack on Singular, you can follow the instructions provided by github and start by forking the Sources repo on GitHub:
http://github.com/Singular/Sources
See [here](Development model) for a brief description of [the development model](Development model) we use.
For help with this procedure and general questions about development please write to [email protected]. Feel free to ask for comments or a review of your changes on the mailing list as well.
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.
A mirror of the repository is available at git://www.singular.uni-kl.de/Singular.git , with a web interface at http://www.singular.uni-kl.de/git
Another mirror can be found at Google Code: https://code.google.com/p/singular/