Skip to content

Commit b06b83d

Browse files
Merge pull request #2361 from nhsuk/planning-and-writing-text-messages-and-emails
Add new page for text messages and emails
2 parents e68b890 + 05c4531 commit b06b83d

File tree

13 files changed

+549
-44
lines changed

13 files changed

+549
-44
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# NHS digital service manual Changelog
22

3+
## 8.7.0 - 17 February 2026
4+
5+
:new: **New features**
6+
7+
- Add guidance on writing NHS messages to the content guide
8+
39
## 8.6.1 - 26 January 2026
410

511
:wrench: **Maintenance**

app/views/content/formatting.njk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
<li class="app-side-nav__item"><a class="app-side-nav__link" href="/content/inclusive-content">Inclusive content</a></li>
2929

30+
<li class="app-side-nav__item"><a class="app-side-nav__link" href="/content/writing-nhs-messages">Writing NHS messages</a></li>
31+
3032
<li class="app-side-nav__item app-side-nav__item--current"><a class="app-side-nav__link" href="/content/formatting">Formatting</a>
3133
<ul class="app-side-nav__list app-side-nav__list--nested">
3234
<li class="app-side-nav__item"><a class="app-side-nav__link" href="#abbreviations-and-acronyms">Abbreviations and acronyms</a></li>

app/views/content/numbers-measurements-dates-time.njk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
<li class="app-side-nav__item"><a class="app-side-nav__link" href="/content/inclusive-content">Inclusive content</a></li>
2929

30+
<li class="app-side-nav__item"><a class="app-side-nav__link" href="/content/writing-nhs-messages">Writing NHS messages</a></li>
31+
3032
<li class="app-side-nav__item"><a class="app-side-nav__link" href="/content/formatting">Formatting</a></li>
3133

3234
<li class="app-side-nav__item"><a class="app-side-nav__link" href="/content/punctuation">Punctuation</a></li>

app/views/content/punctuation.njk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
<li class="app-side-nav__item"><a class="app-side-nav__link" href="/content/inclusive-content">Inclusive content</a></li>
2929

30+
<li class="app-side-nav__item"><a class="app-side-nav__link" href="/content/writing-nhs-messages">Writing NHS messages</a></li>
31+
3032
<li class="app-side-nav__item"><a class="app-side-nav__link" href="/content/formatting">Formatting</a>
3133

3234
<li class="app-side-nav__item app-side-nav__item--current"><a class="app-side-nav__link" href="/content/punctuation">Punctuation</a>

app/views/content/writing-nhs-messages.njk

Lines changed: 474 additions & 0 deletions
Large diffs are not rendered by default.

app/views/includes/_side-nav.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
{ title: "Health literacy", url: "/content/health-literacy" },
5454
{ title: "A to Z of NHS health writing", url: "/content/a-to-z-of-nhs-health-writing" },
5555
{ title: "Inclusive content", url: "/content/inclusive-content" },
56+
{ title: "Writing NHS messages", url: "/content/writing-nhs-messages" },
5657
{ title: "Formatting", url: "/content/formatting" },
5758
{ title: "Punctuation", url: "/content/punctuation" },
5859
{ title: "Numbers, measurements, dates and time", url: "/content/numbers-measurements-dates-time" },

app/views/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
href: "/whats-new",
2525
classes: "app-card--transparent nhsuk-u-margin-0"
2626
}) %}
27-
<p class="nhsuk-card__description">We've added a <a href="/design-system/components/file-upload">file upload component</a>, an <a href="/design-system/patterns/interruption-page">interruption page</a>, and updated the <a href="/standards-and-technology/service-standard">NHS service standard</a>, especially points 16 and 17.</p>
27+
<p class="nhsuk-card__description">We've added guidance on <a href="/content/writing-nhs-messages">writing NHS messages</a> to the content guide.</p>
2828
{% endcall %}
2929
</div>
3030
</div>

app/views/site-map.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
<li><a href="/content/inclusive-content/skin-symptoms">Skin symptoms</a></li>
163163
</ul>
164164
</li>
165+
<li><a href="/content/writing-nhs-messages">Writing NHS messages</a></li>
165166
<li><a href="/content/formatting">Formatting</a></li>
166167
<li><a href="/content/punctuation">Punctuation</a></li>
167168
<li><a href="/content/numbers-measurements-dates-time">Numbers, measurements, dates and time</a></li>

app/views/sitemap.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,9 @@
427427
<url>
428428
<loc>https://service-manual.nhs.uk/content/inclusive-content/skin-symptoms</loc>
429429
</url>
430+
<url>
431+
<loc>https://service-manual.nhs.uk/content/writing-nhs-messages</loc>
432+
</url>
430433
<url>
431434
<loc>https://service-manual.nhs.uk/content/formatting</loc>
432435
</url>

app/views/whats-new/index.njk

Lines changed: 3 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,14 @@
99

1010
<h2>Latest updates</h2>
1111

12-
<h3>January 2026</h3>
12+
<h3>February 2026</h3>
1313

1414
{% set contentHtml %}
15-
<p>Added new entries for <a href="/content/a-to-z-of-nhs-health-writing#addresses">addresses</a> and <a href="/content/a-to-z-of-nhs-health-writing#wi-fi">Wi-Fi</a> to A to Z in content guide</p>
16-
<p>Updated entries for <a href="/content/a-to-z-of-nhs-health-writing#seizure-fit">seizure (fit)</a> and <a href="/content/a-to-z-of-nhs-health-writing#temperature">temperature</a> in A to Z</p>
17-
<p>Specified that we use en dashes in our guidance on <a href="/content/punctuation#hyphens-and-dashes">hyphens and dashes</a></p>
18-
<p>Added "third party" to guidance on <a href="/content/numbers-measurements-dates-time#numbers">numbers</a> (section on ordinal numbers)</p>
19-
{% endset %}
20-
21-
{% set designHtml %}
22-
<p>Added <a href="/design-system/components/file-upload">file upload component</a></p>
23-
<p>Added <a href="/design-system/patterns/interruption-page">interruption page pattern</a> and added <a href="/design-system/components/panel#interruption-panel">interruption panel on panel component page</a></p>
24-
<p>Added <a href="/design-system/components/summary-list#summary-cards">summary cards to summary list component</a></p>
25-
{% endset %}
26-
27-
{% set standardHtml %}
28-
<p>Updated <a href="/standards-and-technology/service-standard">NHS service standard</a>, including:</p>
29-
<ul>
30-
<li>amending the page summary for service standard 3 to align with GOV's</li>
31-
<li>updating and adding links in service standards 5 and 11</li>
32-
<li>bringing service standard 13 into closer alignment with GOV's</li>
33-
<li>updating service standard 16 with clinical colleagues</li>
34-
<li>reviewing service standard 17 with interoperability standards team</li>
35-
<li>updating outdated references to NHS Digital and fixing broken links</li>
36-
</ul>
15+
<p>Added guidance on <a href="/content/writing-nhs-messages">writing NHS messages</a> to the content guide</p>
3716
{% endset %}
3817

3918
{{ table({
40-
caption: "Updates to the service manual in January 2026",
19+
caption: "Updates to the service manual in February 2026",
4120
captionClasses: "nhsuk-u-visually-hidden",
4221
head: [
4322
{
@@ -56,22 +35,6 @@
5635
{
5736
html: contentHtml
5837
}
59-
],
60-
[
61-
{
62-
text: "Design system"
63-
},
64-
{
65-
html: designHtml
66-
}
67-
],
68-
[
69-
{
70-
text: "Standards and technology"
71-
},
72-
{
73-
html: standardHtml
74-
}
7538
]
7639
]
7740
}) }}

0 commit comments

Comments
 (0)