summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorDarren Burns <darrenburns@users.noreply.github.com>2018-04-13 11:33:58 +0100
committerGitHub <noreply@github.com>2018-04-13 11:33:58 +0100
commit86def48b25f13873ac14397656ba1c6208d63571 (patch)
tree80d4d203c3a6ac56c88021798d3a4bd5b2f74d42 /CONTRIBUTING.rst
parent0024b71f1ce63eeb6f633d1b71cb78e9c85124c0 (diff)
downloadpytest-86def48b25f13873ac14397656ba1c6208d63571.tar.gz
Fix some mistakes in contributing.rst
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 6187897bd..da73acda2 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -48,8 +48,7 @@ fix the bug itself.
Fix bugs
--------
-Look through the `GitHub issues for bugs <https://github.com/pytest-dev/pytest/labels/type:%20bug>`_. Here is a filter you can use:
-
+Look through the `GitHub issues for bugs <https://github.com/pytest-dev/pytest/labels/type:%20bug>`_.
:ref:`Talk <contact>` to developers to find out how you can fix specific bugs.
@@ -60,7 +59,7 @@ Don't forget to check the issue trackers of your favourite plugins, too!
Implement features
------------------
-Look through the `GitHub issues for enhancements <https://github.com/pytest-dev/pytest/labels/type:%20enhancement>`_. Here is a
+Look through the `GitHub issues for enhancements <https://github.com/pytest-dev/pytest/labels/type:%20enhancement>`_.
:ref:`Talk <contact>` to developers to find out how you can implement specific
features.