1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
============
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
|