diff --git a/README.rst b/README.rst index 5916a16..1ea67d9 100644 --- a/README.rst +++ b/README.rst @@ -71,6 +71,18 @@ The method ``axe.execute()`` accepts two parameters: ``context`` and ``options`` For more information on ``context`` and ``options``, view the `aXe documentation here `_. +Contributing +------------ + +Fork the repository and submit PRs with bug fixes and enhancements; +contributions are very welcome. You can run the tests using +`Docker `_: + +.. code-block:: bash + + $ docker build -t axe-selenium-python . + $ docker run -it axe-selenium-python tox + Resources ---------