Skip to content

Commit e4eba31

Browse files
committed
Merge branch 'contrib'
2 parents 5735fba + caa63f8 commit e4eba31

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

README.rst

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This allows you to test and make sure your view layer is behaving the way you ex
4040

4141

4242
Requirements
43-
------------
43+
============
4444

4545
Python 2.6 or later, including Python 3+.
4646

@@ -50,22 +50,42 @@ preference to ``PySide`` if both are installed (to force it to use ``PyQt``, set
5050
the environment variable ``PYTEST_QT_FORCE_PYQT=true``).
5151

5252
Documentation
53-
-------------
53+
=============
5454

5555
Full documentation and tutorial available at `Read the Docs`_.
5656

5757
.. _Read The Docs: https://pytest-qt.readthedocs.org/en/latest/
5858

5959
Change Log
60-
----------
60+
==========
6161

6262
Please consult the `releases page`_.
6363

6464
.. _releases page: https://github.com/nicoddemus/pytest-qt/releases
6565

6666
Bugs/Requests
67-
-------------
67+
=============
6868

6969
Please report any issues or feature requests in the `issue tracker`_.
7070

7171
.. _issue tracker: https://github.com/nicoddemus/pytest-qt/issues
72+
73+
Contributing
74+
============
75+
76+
Contributions are welcome, so feel free to submit a bug or feature
77+
request.
78+
79+
Pull requests for new features or bug fixes are highly appreciated! If you
80+
can, include some tests that exercise the new code or test that a bug has been
81+
fixed, and make sure to include yourself in the contributors list. :)
82+
83+
Contributors
84+
------------
85+
86+
Many thanks to:
87+
88+
- Igor T. Ghisi (`@itghisi <https://github.com/itghisi>`_);
89+
- John David Reaver (`@jdreaver <https://github.com/jdreaver>`_);
90+
91+
.. _tox: http://tox.readthedocs.org

0 commit comments

Comments
 (0)