forked from Singular/Singular
-
Notifications
You must be signed in to change notification settings - Fork 0
How To Contribute
malex984 edited this page Jun 28, 2011
·
6 revisions
If you'd like to hack on Singular2, start by forking the Sources repo on GitHub:
http://github.com/Singular2/Sources
The best way to get your changes merged back into core is as follows:
- Clone down your fork
- Create a thoughtfully named topic branch to contain your change
- Hack away
- Add tests and make sure everything still passes by running
make check - If you are adding new functionality, document it in the README
- Do not change any version number, We will do that on our end
- If necessary, rebase your commits into logical chunks, without errors
- Push the branch up to GitHub
- Send a pull request to the Singular2/Sources project.