etcinit / phabulous

A Phabricator bot for Slack
MIT License
218 stars 47 forks source link

Add formatting for more visually parseable messages #30

Closed nornagon closed 6 years ago

nornagon commented 8 years ago

The messages phabulous sends are difficult to visually parse. Instead of:

person closed D4281: Add things to the thing by committing rTd74ade4cded6: Add things to the thing. ([More info]()) otherperson updated the test plan for D4311: Fix some things. ([More info]())

Adding some variation in formatting makes it easier to focus on the different parts of the message (what was done, who did it, what did they do it to):

**person** closed **D4281: Add things to the thing** by committing **rTd74ade4cded6: Add things to the thing**. ([More info]()) **otherperson** updated the test plan for **D4311: Fix some things**. ([More info]())

schemar commented 6 years ago

Closing this as duplicate of #48