diff options
author | Andre Klärner <kandre+github@ak-online.be> | 2022-10-06 19:11:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 17:11:32 +0000 |
commit | b753f630001b3aae62b6564b560943f907b8cc72 (patch) | |
tree | c5b24af3d41a0005d273415f6f845f5051b99a72 | |
parent | openid.md: fix a typo in the facebook example (diff) | |
download | synapse-b753f630001b3aae62b6564b560943f907b8cc72.tar.xz |
The changelog entry ending in a `.` or `!` is not optional (#14087)
-rw-r--r-- | changelog.d/14087.doc | 1 | ||||
-rw-r--r-- | docs/development/contributing_guide.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/14087.doc b/changelog.d/14087.doc new file mode 100644 index 0000000000..28d1ce67c5 --- /dev/null +++ b/changelog.d/14087.doc @@ -0,0 +1 @@ +The changelog entry ending in a full stop or exclamation mark is not optional. diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md index 5c37225168..7f99220a3b 100644 --- a/docs/development/contributing_guide.md +++ b/docs/development/contributing_guide.md @@ -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 |