Skip to content

Commit

Permalink
Correct formatting in email examples
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
danielmackay committed Dec 13, 2023
1 parent 319e714 commit 9e91722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rules/turn-emails-into-pbis/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<[email protected]>\
**From:** Bob Northwind "<[email protected]>"\
**Sent:** Thursday, 24 November 2023\
**To:** Jane Doe "<[email protected]>"\
**Cc:** John Davis "<[email protected]>"; Eliza Northwind "<[email protected]>"\
**Subject:** TimePro PBI 50209: ☠️ Displaying past employees\
**Subject:** TimePro PBI 50209: ☠️ Displaying past employees
:::
::: bad
Figure: Including email addresses and not tagging GitHub users
Expand All @@ -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
Expand Down

0 comments on commit 9e91722

Please sign in to comment.