Contributions of all sizes are welcomed, whether it's a typo fix in documentation, a bug fix proposal, feature request or completely a new idea for the project.
Report bugs in the issue tracker. Please describe how the bug occurred, what the bug was and, if relevant, what email provider you used and what versions (Python and OS) you used.
You may submit your ideas and documenation improvements using the issue tracker. Please use the appropriate issue template.
Also code contributions are welcome. For bug fixes and feature requests, it is recommended to first create an issue describing the problem the idea. For simple typo fixes in documentation or in docstrings creating issues are not necessary.
To create a pull request:
If you did code changes, run the tests using tox:
pip install tox
python -m tox
If you did documantation changes, build the documentation using tox:
pip install tox
python -m tox -e docs
Make a pull request
If you made code changes:
If you improved documentation:
You can find the built documentation at: redmail/docs/_build/html