Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

Commit

Permalink
add contributing to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hell03end committed Oct 28, 2017
1 parent e361e90 commit c2a4a13
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Python wrapper for HSE RUZ API.

__ https://github.com/hell03end/hse_ruz/wiki/Changelog

Feel free to contribute.


Requirements
------------
Expand All @@ -38,3 +40,15 @@ Usage
api = RUZ()
assert api.v == 1
assert api.person_lessons("mymail@edu.hse.ru")
Contributing
------------

Please, use type annotations.

.. code-block:: bash
git clone https://github.com/hell03end/hse_ruz.git
cd hse_ruz
pytest -v # check requests schema is valid and etc.

0 comments on commit c2a4a13

Please sign in to comment.