pub fn issue_body(text: &str, style: &Style) -> StringExpand description
A filed issue’s body.
An issue is a work item. Somebody picks it up cold, possibly months later, with none of the context the pull request thread had, so the rules that keep a comment short are the wrong rules here. Two things follow.
A fenced code block is never truncated and never counts against the budget. A snippet cut in half is worse than useless: it is broken markdown and a misleading fragment of code. Steps to reproduce, a stack trace, the offending function: those are the reason the issue is worth filing at all.
And when prose does have to be dropped, whole blocks go from the end rather than a sentence being cut mid-word. What survives is complete.