source: git/doc/How-To-Contribute.md @ c16c74

spielwiese
Last change on this file since c16c74 was d36c18, checked in by Hans Schoenemann <hannes@…>, 4 years ago
http://www.singular.uni-kl.de -> https
  • Property mode set to 100644
File size: 1.2 KB
Line 
1HowTo CONTRIBUTE to Singular development {#howto_contribute_page}
2========================================
3
4If you'd like to hack on Singular, you can follow the [instructions provided by github](http://help.github.com/fork-a-repo/)
5and start by forking the Sources repo on GitHub:
6
7<http://github.com/Singular/Sources>
8
9See [here](@ref development_model_page) for a brief description of the git-supported development model we use.
10
11For help with this procedure and general questions about development please write to
12[libsingular-devel@googlegroups.com](https://groups.google.com/forum/#!forum/libsingular-devel).
13Feel free to ask for comments or a review of your changes on the mailing list as well.
14
15Before sending a pull request to merge your changes, make sure that
16
17 * any new functions are properly documented
18 * new functions are tested <br>
19    * consider special cases! Optimally all decision branches of new functions should be covered by tests
20 * the Singular test suite passes without failure. [Instructions on running the test suite](Running-test) is available on this wiki.
21
22@note Almost everything GitHub-related can be done from command-line with the
23following tool <http://hub.github.com>.
24
Note: See TracBrowser for help on using the repository browser.