Skip to content

Commit

Permalink
Add basic contributing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Bechberger committed Jul 11, 2019
1 parent ca06fd2 commit 8259a1b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 18 additions & 0 deletions doc/contributing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Contributing
============

Pull requests and issues are always welcomed.

Testing
-------

The tests are located in the ``tests`` folder and roughly grouped by the temci subcommand they belong to.
New features should by covered by tests.

The tests are using the pytest framework and can be executed by simply calling

.. code:: sh
pytest
It recommended to install the package ``pytest-clarity`` to improve the error output.
2 changes: 0 additions & 2 deletions doc/development.rst

This file was deleted.

2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Contents of this documentation
os_support
resources
changelog
development
contributing
license
temci

Expand Down

0 comments on commit 8259a1b

Please sign in to comment.