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

web-poet is an open-source project. Your contribution is very welcome!

Issue Tracker
=============

If you have a bug report, a new feature proposal or simply would like to make
a question, please check our issue tracker on Github: https://github.com/scrapinghub/web-poet/issues

Source code
===========

Our source code is hosted on Github: https://github.com/scrapinghub/web-poet

Before opening a pull request, it might be worth checking current and previous
issues. Some code changes might also require some discussion before being
accepted so it might be worth opening a new issue before implementing huge or
breaking changes.

Testing
=======

We use tox_ to run tests with different Python versions::

    tox

The command above also runs type checks; we use mypy.

.. toctree::
   :hidden:

.. _tox: https://tox.readthedocs.io
