mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-18 00:43:30 +03:00
The changelog entry ending in a .
or !
is not optional (#14087)
This commit is contained in:
parent
a09a7d40e3
commit
b753f63000
2 changed files with 2 additions and 1 deletions
1
changelog.d/14087.doc
Normal file
1
changelog.d/14087.doc
Normal file
|
@ -0,0 +1 @@
|
|||
The changelog entry ending in a full stop or exclamation mark is not optional.
|
|
@ -390,7 +390,7 @@ This file will become part of our [changelog](
|
|||
https://github.com/matrix-org/synapse/blob/master/CHANGES.md) at the next
|
||||
release, so the content of the file should be a short description of your
|
||||
change in the same style as the rest of the changelog. The file can contain Markdown
|
||||
formatting, and should end with a full stop (.) or an exclamation mark (!) for
|
||||
formatting, and must end with a full stop (.) or an exclamation mark (!) for
|
||||
consistency.
|
||||
|
||||
Adding credits to the changelog is encouraged, we value your
|
||||
|
|
Loading…
Reference in a new issue