mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Update CONTRIBUTING to clarify miscs & Markdown (#3730)
This commit is contained in:
parent
b1580f50fe
commit
82276a18d1
@ -59,9 +59,10 @@ To create a changelog entry, make a new file in the ``changelog.d``
|
|||||||
file named in the format of ``PRnumber.type``. The type can be
|
file named in the format of ``PRnumber.type``. The type can be
|
||||||
one of ``feature``, ``bugfix``, ``removal`` (also used for
|
one of ``feature``, ``bugfix``, ``removal`` (also used for
|
||||||
deprecations), or ``misc`` (for internal-only changes). The content of
|
deprecations), or ``misc`` (for internal-only changes). The content of
|
||||||
the file is your changelog entry, which can contain RestructuredText
|
the file is your changelog entry, which can contain Markdown
|
||||||
formatting. A note of contributors is welcomed in changelogs for
|
formatting. Adding credits to the changelog is encouraged, we value
|
||||||
non-misc changes (the content of misc changes is not displayed).
|
your contributions and would like to have you shouted out in the
|
||||||
|
release notes!
|
||||||
|
|
||||||
For example, a fix in PR #1234 would have its changelog entry in
|
For example, a fix in PR #1234 would have its changelog entry in
|
||||||
``changelog.d/1234.bugfix``, and contain content like "The security levels of
|
``changelog.d/1234.bugfix``, and contain content like "The security levels of
|
||||||
|
1
changelog.d/3730.misc
Normal file
1
changelog.d/3730.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
The CONTRIBUTING guidelines have been updated to mention our use of Markdown and that .misc files have content.
|
Loading…
Reference in New Issue
Block a user