Contributing
============

Bug reports and feature requests
--------------------------------

Please use the GitHub `Issues <https://github.com/lorenzo-villa-hub/defermi/issues>`_ page to report bugs,
request new features, or ask questions.

To contribute to the library, fork the GitHub repository and create a pull request, 
following the `GitHub guidelines <https://docs.github.com/en/get-started/quickstart/contributing-to-projects>`_.


Tests
-----

Unit tests are located in the
`tests <https://github.com/lorenzo-villa-hub/defermi/tree/master/tests>`_ directory and can be run from the project directory using ``pytest``.