From b5bafb9671af5585bb8d2d115cf1abd83fd4eb74 Mon Sep 17 00:00:00 2001 From: Stefan Behnel <stefan_ml@behnel.de> Date: Fri, 18 May 2018 14:27:48 +0200 Subject: [PATCH] Minor reformatting in contributing guide. --- docs/CONTRIBUTING.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index eeb37b101..539ad485a 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -3,10 +3,10 @@ Welcome, and thank you for your interest in contributing! If you are looking for a good way to contribute to the Cython project, please -* have a look at the `Cython Hacker Guide <https://github.com/cython/cython/wiki/HackerGuide>`_. -* especially the section on `getting started <https://github.com/cython/cython/wiki/HackerGuide#getting-started>`_. +* have a look at the `Cython Hacker Guide <https://github.com/cython/cython/wiki/HackerGuide>`_, + especially the section on `getting started <https://github.com/cython/cython/wiki/HackerGuide#getting-started>`_. * look through the `issues that need help <https://github.com/cython/cython/issues?q=is%3Aissue+is%3Aopen+view+label%3A%22help+wanted%22>`_. -* look through the `issues that are a good entry point for beginners <https://github.com/cython/cython/issues?q=is%3Aissue+is%3Aopen+view+label%3A%22good+first+issue%22>`_ +* look through the `issues that are a good entry point for beginners <https://github.com/cython/cython/issues?q=is%3Aissue+is%3Aopen+view+label%3A%22good+first+issue%22>`_. * ask on the `core developers mailing list <https://mail.python.org/mailman/listinfo/cython-devel>`_ for guidance. If you have code that you want to contribute, please make sure that it -- 2.30.9