Closed
Description
I would like to see some improvements in email notifications Gitea sends on issues and pull requests.
Content extensions:
- distinguish issues and PRs in email subject and body
- distinguish whether the issue is new, updated or closed in email subject and body
- have different notifications on different comment types (e.g. different email, when I get assigned to an issue)
For that, I was thinking about having templates for subjects and adding some more data (e.g. issue and comment) to the data of the body template, so that custom templates can make use of that. Having separate templates per comment type may be an option too.
Besides, I would like to receive some more emails than today:
- when user assignment changes, especially, when I get assigned to the issue/PR
- on coder review, possibly both line-review comments and global review comment
Nice to have: defer the email sending and bundle some related updates into a single mail. This should be particularly useful for the review notifications. This may be somehow related to #145 by @andreynering.
I would like to hear some feedback. Perhaps I could contribute a PR.