Skip to content

Commit 3c34a42

Browse files
Tweak style guide for <b> vs <strong>
1 parent 1d5e74c commit 3c34a42

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

app/backend/src/couchers/email/emails.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
Purpose line of the body (first paragraph after the greeting):
1717
Usually a single sentence stating the purpose of the email.
1818
Similar or identical to the subject but may include additional info (e.g. dates).
19-
Key pieces of info (names, locations, dates) should be <strong></strong>.
20-
Should be punctuated with a period*, or end with a colon ':' if we then quote user content.
19+
Should be punctuated with a period*, or end with a colon (':') if we then quote user content.
2120
22-
Rest of body:
23-
Omit further prose for day-to-day notifications (the purpose line is enough).
21+
Other instructions for body text:
22+
A single purpose line is enough for day-to-day notifications, no need for further prose.
23+
Highlight key pieces of info (names, locations, dates) using <b> tags.
24+
Highlight important passages using <strong> tags.
2425
Provide a link or instructions if the user has follow-up actions.
2526
2627
* Some key emails like new accounts might use an exclamation mark (limit to 1) and more personal prose.

0 commit comments

Comments
 (0)