From 5f294aabaa04be4a77e8e09ad550251778302890 Mon Sep 17 00:00:00 2001 From: Charles Beauville Date: Wed, 6 Dec 2023 19:40:07 +0100 Subject: [PATCH] Test other link --- doc/source/contributor-tutorial-contribute-on-github.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/contributor-tutorial-contribute-on-github.rst b/doc/source/contributor-tutorial-contribute-on-github.rst index 10e90b1dfa6f..351c0e58360a 100644 --- a/doc/source/contributor-tutorial-contribute-on-github.rst +++ b/doc/source/contributor-tutorial-contribute-on-github.rst @@ -197,7 +197,7 @@ Creating and merging a pull request (PR) It is important to follow the instructions described in comments. For instance, in order to not break how our changelog system works, you should read the information above the ``Changelog entry`` section carefully. - You can also checkout some examples and details in the appendix :ref:`below`. + You can also checkout some examples and details in the appendix :ref:`below`. At the bottom you will find the button to open the PR. This will notify reviewers that a new PR has been opened and that they should look over it to merge or to request changes. @@ -350,6 +350,8 @@ Once you have made your first PR, and want to contribute more, be sure to check Appendix -------- +.. _below: + Changelog entry ***************