Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
The changelog entry ending in a . or ! is not optional (#14087)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaernie authored Oct 6, 2022
1 parent a09a7d4 commit b753f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/14087.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The changelog entry ending in a full stop or exclamation mark is not optional.
2 changes: 1 addition & 1 deletion docs/development/contributing_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b753f63

Please sign in to comment.