Thanks!
There are various ways to contribute to the project, the most valuable being to
actually use it. When using it you'll most likely find things that could be better,
so think about:
- Submit Bug Reports
- Propose Improvements & Ideas
- Discuss it in the Forum
- Blog about it, help to make it better known
- Start working on the code base, fix issues, implement new features and contribute
your work to the mainline code base. See below for more details.
Donations
My motivation is based on the programming challenge and the interesting topic,
not on financial expectations. Nevertheless, if you find it useful, if it saves you
a lot of time, please consider a small
donation.
Thanks!
Join the Math.NET team
Welcome! Please contact me.
How the project is organized
We manage the project source code in a local git repository.
A build server automatically builds and examines the projects when someone commits
changed code to the repository, and detailed reports are generated (Continuous Integration).
Therefore, if you break the build you notice it immediately. Every code change should
be documented in the issue
tracker, thus it also represents who is working on what ("in progress"-tags),
what was changed and what is on the todo list.
Tools and libraries we use