URL: https://github.com/SSSD/sssd/pull/5257 Title: #5257: git-template: add tags to help with release notes automation
pbrezina commented: """ I don't insist on any specific format. I chose `:tag:` because it is being using in [ReST format](https://docutils.sourceforge.io/docs/ref/rst/roles.html) so it is something common. Iker is right, `#` can't be used because it is interpreted as comment by git so it will not be added to the message. `[]` is widely used in debug messages which are often part of commit message, `<>` are widely used in shell and in output of many programs which we often append to the commit message so in both cases, collisions (even though unlikely) or confusion may happen. """
See the full comment at https://github.com/SSSD/sssd/pull/5257#issuecomment-670055330