pyflo/docs/source/contributing.rst
2018-06-20 16:05:21 +04:00

37 lines
689 B
ReStructuredText

.. _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.