Skip to content

Commit

Permalink
Added docs on how to contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
argaen committed Oct 14, 2016
1 parent a20aae8 commit fb65ca8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Contributing
============

Workflow is the following:

#. Clone the repository
#. Install dependencies with ``pip install -r requirements-ci.txt && pip install -r requirements-dev.txt``
#. Make a change (means writing code, tests and docs)
#. Ensure all tests pass with ``make test``
#. Ensure documentation is OK with ``sphinx-autobuild docs/ docs/_build/html/``
#. Make the PR in Github (you must have a fork of your own)

0 comments on commit fb65ca8

Please sign in to comment.