Skip to content

Commit

Permalink
contributing in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Jul 3, 2017
1 parent ef27a6b commit d6eb77e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 112 deletions.
112 changes: 0 additions & 112 deletions CONTRIBUTING.rst

This file was deleted.

27 changes: 27 additions & 0 deletions README.rst
Expand Up @@ -82,6 +82,33 @@ The PyUnLocBox is available on PyPI::

$ pip install pyunlocbox

Contributing
------------

The development of this package takes place on `GitHub
<https://github.com/epfl-lts2/pyunlocbox>`_. Issues and pull requests are
welcome.

You can improve or add solvers, functions, and acceleration schemes in
:file:`pyunlocbox/solvers.py`, :file:`pyunlocbox/functions.py`, and
:file:`pyunlocbox/acceleration.py`, along with their corresponding unit tests
in :file:`pyunlocbox/tests/test_*.py` (with reasonable coverage) and
documentation in :file:`doc/reference/*.rst`. If you have a nice example to
demonstrate the use of the introduced functionality, please consider adding
a tutorial in :file:`doc/tutorials`.

Do not forget to update :file:`README.rst` and :file:`doc/history.rst` with
e.g. new features or contributors. The version number needs to be updated in
:file:`setup.py` and :file:`pyunlocbox/__init__.py`.

Please make sure that your changes pass the tests (enforced by CI) and check
the generated coverage report at :file:`htmlcov/index.html` to make sure the
tests reasonably cover the changes you've introduced::

$ make lint
$ make test
$ make docall

Authors
-------

Expand Down

0 comments on commit d6eb77e

Please sign in to comment.