.. _pybtc-contributing:

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

Instructions for contributors
-----------------------------


In order to make a clone of the GitHub repo: open the link and press the
"Fork" button on the upper-right menu of the web page.


Workflow is pretty straightforward:

  1. Clone the GitHub

  2. Make a change

  3. Make sure all tests passed

  4. Add a record intp file into ``change.log``.

  5. Commit changes to own aiohttp clone

  6. Make pull request from github page for your clone against master branch


Tests coverage
--------------

We are trying hard to have good test coverage; please don't make it worse.
All tests located in ``tests/`` folder.


