summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-04-12 18:42:33 -0300
committerGitHub <noreply@github.com>2018-04-12 18:42:33 -0300
commit0024b71f1ce63eeb6f633d1b71cb78e9c85124c0 (patch)
tree0fe3a884817f617c5327ceff41f982419471add2 /CONTRIBUTING.rst
parent015626ce69bfda6e12aad4e3c4454cf35ff5ac95 (diff)
parent17a43dc4a578b63680d3e52d9acec6f8e8b726c9 (diff)
downloadpytest-0024b71f1ce63eeb6f633d1b71cb78e9c85124c0.tar.gz
Merge pull request #3395 from darrenburns/patch-1
Update CONTRIBUTING.rst
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 79be79fa6..6187897bd 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -48,8 +48,8 @@ fix the bug itself.
Fix bugs
--------
-Look through the GitHub issues for bugs. Here is a filter you can use:
-https://github.com/pytest-dev/pytest/labels/type%3A%20bug
+Look through the `GitHub issues for bugs <https://github.com/pytest-dev/pytest/labels/type:%20bug>`_. Here is a filter you can use:
+
:ref:`Talk <contact>` to developers to find out how you can fix specific bugs.
@@ -60,8 +60,7 @@ Don't forget to check the issue trackers of your favourite plugins, too!
Implement features
------------------
-Look through the GitHub issues for enhancements. Here is a filter you can use:
-https://github.com/pytest-dev/pytest/labels/enhancement
+Look through the `GitHub issues for enhancements <https://github.com/pytest-dev/pytest/labels/type:%20enhancement>`_. Here is a
:ref:`Talk <contact>` to developers to find out how you can implement specific
features.