Contributing to pyLottoSimu =========================== .. contents:: You are very welcome to contribute to the project! The bugtracker and git repository can be found at the `project's page `_. If you have an idea, tell it at https://gitter.im/MarkusHackspacher/pyLottoSimu . Thank you in advance. How to contribute ~~~~~~~~~~~~~~~~~ There are various possibilities to get involved, for example you can: * `Report bugs `_ preferably with patches if you can; * Enhance this `documentation `_ * `Fork the code `_, implement new features, test and send a pull request Running the test suite ~~~~~~~~~~~~~~~~~~~~~~ To run the tests, just type the following on a terminal:: $ cd /path/to/pyLottoSimu/ $ nosetests