mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Switch code formatting note about changelogs from RST to MD (#3103)
This commit is contained in:
parent
d0d6b77053
commit
665c31e224
|
|
@ -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:
|
the ``newsfragments`` directory. The ``type`` can be one of the following:
|
||||||
|
|
||||||
* ``new`` - Used when adding new endpoints. Please have the file contents be the
|
* ``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
|
method and route being added, surrounded in markdown code tags. For example: \`POST
|
||||||
/accounts/whoami``
|
/accounts/whoami\`.
|
||||||
|
|
||||||
* ``feature`` - Used when adding backwards-compatible changes to the API.
|
* ``feature`` - Used when adding backwards-compatible changes to the API.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue