From 26e012583dcf83c6ce6a9d445aacc2308b78314f Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:20:15 +0100 Subject: [PATCH] Switch code formatting note about changelogs from RST to MD (#3103) --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e3db28fd..2e72e186 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -89,8 +89,8 @@ To create a changelog entry, create a file named in the format ``prNumber.type`` the ``newsfragments`` directory. The ``type`` can be one of the following: * ``new`` - Used when adding new endpoints. Please have the file contents be the - method and route being added, surrounded in RST code tags. For example: ``POST - /accounts/whoami`` + method and route being added, surrounded in markdown code tags. For example: \`POST + /accounts/whoami\`. * ``feature`` - Used when adding backwards-compatible changes to the API.