Skip to content

Commit

Permalink
Corret syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Dec 6, 2023
1 parent a76ea22 commit 52baf66
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/source/contributor-tutorial-contribute-on-github.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Changelog entry>`.

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.
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Note that only one token must be provided, otherwise, only the first action (in the order listed above), will be performed.

0 comments on commit 52baf66

Please sign in to comment.