From 52baf66afa662183d138c8068bd580dfa6a74496 Mon Sep 17 00:00:00 2001 From: Charles Beauville Date: Wed, 6 Dec 2023 19:29:56 +0100 Subject: [PATCH] Corret syntax --- doc/source/contributor-tutorial-contribute-on-github.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/source/contributor-tutorial-contribute-on-github.rst b/doc/source/contributor-tutorial-contribute-on-github.rst index a94680ab526b..03fc582b86b6 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 <#changelog-entry>`_ of this page. + 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,10 +350,8 @@ Once you have made your first PR, and want to contribute more, be sure to check Appendix -------- -.. _changelog-entry: - Changelog entry -::::::::::::::: +*************** When opening a new PR, inside its description, there should be a ``Changelog entry`` header. @@ -416,4 +414,4 @@ Its content must have a specific format. We will break down what each possibilit - **General updates to Flower Simulations** ([#PR_NUMBER](https://github.com/adap/flower/pull/PR_NUMBER)) -Note that only one token must be provided, otherwise, only the first action (in the order listed above), will be performed. \ No newline at end of file +Note that only one token must be provided, otherwise, only the first action (in the order listed above), will be performed.