From the subject, it's possible to show what the notification points to. Basic views should be: - Issue ``` <STATUS> <NUMBER> <TITLE> By <AUTHOR> on <OPENED_AT> [<LABELS>] <BODY> --- - <AUTHOR> commented on <COMMENTED_AT> <COMMENT> - ... ``` - Pull ``` <STATUS> <NUMBER> <TITLE> By <AUTHOR> on <OPENED_AT> + [ADDITIONS] / - [REMOVAL] [<LABELS>] <BODY> --- - <AUTHOR> commented on <COMMENTED_AT> <COMMENT> - ... ``` In future revision, maybe render some diff directly.
From the subject, it's possible to show what the notification points to.
Basic views should be:
Issue
Pull
In future revision, maybe render some diff directly.