Add icon on issue board to denote issue has a description / comments
Description
Some of my issues are simple tasks "Do X", "Add x to docs page". These require no issue description. However, some issues look like simple todo's, but may have comments / a description added later as I go on.
This poses a problem as I sometimes will not click on the issue to read it (I don't bother creating a feature branch if it's a simple todo). I would hate to miss some important detail and close the issue from the board without realising there's more to the task.
Proposal
Add a little icon which denotes a text body on the issue (on the board), which, when hovered over either fetches the description via an ajax call and displays it in a pop-up, or, is just an icon with no link and serves as an indication.