From 958f1461254f717e742c73ff01e003cc4274ef37 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Thu, 12 Apr 2018 20:54:32 +0100 Subject: Update CONTRIBUTING.rst Fixes a broken link in CONTRIBUTING.rst --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 79be79fa6..bbb4b414c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -61,7 +61,7 @@ Implement features ------------------ Look through the GitHub issues for enhancements. Here is a filter you can use: -https://github.com/pytest-dev/pytest/labels/enhancement +https://github.com/pytest-dev/pytest/labels/type:%20enhancement :ref:`Talk ` to developers to find out how you can implement specific features. -- cgit v1.2.3 From 17a43dc4a578b63680d3e52d9acec6f8e8b726c9 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Thu, 12 Apr 2018 22:06:06 +0200 Subject: firther enhance the links in contributing.rst --- CONTRIBUTING.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index bbb4b414c..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 `_. Here is a filter you can use: + :ref:`Talk ` 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/type:%20enhancement +Look through the `GitHub issues for enhancements `_. Here is a :ref:`Talk ` to developers to find out how you can implement specific features. -- cgit v1.2.3