From 9e91722f1b3c1661a2ca6c1526528059a16c6317 Mon Sep 17 00:00:00 2001 From: "Daniel Mackay [SSW]" <2636640+danielmackay@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:49:33 +1000 Subject: [PATCH] Correct formatting in email examples The previous version of the file had some inconsistencies in the formatting of the email examples. The closed quotation marks were placed incorrectly after the email addresses and there was an unnecessary backslash at the end of the Subject line. These errors have been fixed for better readability and accuracy. --- rules/turn-emails-into-pbis/rule.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/turn-emails-into-pbis/rule.md b/rules/turn-emails-into-pbis/rule.md index 10092614c4e..94a6a27ac42 100644 --- a/rules/turn-emails-into-pbis/rule.md +++ b/rules/turn-emails-into-pbis/rule.md @@ -77,11 +77,11 @@ It's important that you follow the right steps so that the PBI contains all the For future ones, if you have access, please add your comments there 🙂"* ::: greybox -**From:** Bob Northwind "\ +**From:** Bob Northwind ""\ **Sent:** Thursday, 24 November 2023\ **To:** Jane Doe ""\ **Cc:** John Davis ""; Eliza Northwind ""\ -**Subject:** TimePro PBI 50209: ☠️ Displaying past employees\ +**Subject:** TimePro PBI 50209: ☠️ Displaying past employees ::: ::: bad Figure: Including email addresses and not tagging GitHub users @@ -90,11 +90,11 @@ Figure: Including email addresses and not tagging GitHub users ::: greybox Based on email chain: -**From:** @BobNorthwind +**From:** @BobNorthwind\ **Sent:** Thursday, 24 November 2023\ **To:** @JaneDoe\ **Cc:** @JohnDavis @ElizaNorthwind\ -**Subject:** TimePro PBI 50209: ☠️ Displaying past employees\ +**Subject:** TimePro PBI 50209: ☠️ Displaying past employees ::: ::: good Figure: Email header with GitHub users tagged and no email addresses