Skip to content

Commit

Permalink
Update contact email address
Browse files Browse the repository at this point in the history
Our e-mail address has changed. We should also think about when and
where we want to provide an email address and when we want to direct
people only to a GitHub discussion.
  • Loading branch information
daniel-ac-martin committed Jul 18, 2024
1 parent 3242010 commit 1c10f9d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const Page: FC<PageProps> = ({ location }) => (
<p>Download the posters for your office space and help colleagues think about how to write inclusively.</p>

<h2>Help improve this guidance</h2>
<p>To contribute, send your request to <A href="mailto:design@digital.homeoffice.gov.uk">design@digital.homeoffice.gov.uk,</A> or add it to the <A href="https://github.com/UKHomeOffice/design-system/discussions/557">GitHub discussion</A>.</p>
<p>To contribute, send your request to <A href="mailto:ucdops@homeoffice.gov.uk">ucdops@homeoffice.gov.uk,</A> or add it to the <A href="https://github.com/UKHomeOffice/design-system/discussions/557">GitHub discussion</A>.</p>


</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/common/pages/content-style-guide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ const Page: FC<PageProps> = ({ location }) => (
<a className="back-to-top" href="#a-z-nav">Back to top</a>

<h2>Help improve this guide</h2>
<p>To contribute, send your request to <A href="mailto:design@digital.homeoffice.gov.uk">design@digital.homeoffice.gov.uk,</A> or add it to the <A href="https://github.com/UKHomeOffice/design-system/discussions/470">GitHub discussion</A>.</p>
<p>To contribute, send your request to <A href="mailto:ucdops@homeoffice.gov.uk">ucdops@homeoffice.gov.uk,</A> or add it to the <A href="https://github.com/UKHomeOffice/design-system/discussions/470">GitHub discussion</A>.</p>
</div>
</div>
</Fragment>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/common/pages/contribute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Page: FC<PageProps> = ({ location }) => (
<p>Consider giving your discussion topic a deadline of a few weeks.</p>
<h3>4. Summarise the discussion</h3>
<p>Use the comments to make a suggestion for an improvement or a new entry.</p>
<p>Contact <A href="mailto:design@digital.homeoffice.gov.uk">design@digital.homeoffice.gov.uk</A> if you'd like feedback on your discussion or for the design system working group to review it.</p>
<p>Contact <A href="mailto:ucdops@homeoffice.gov.uk">ucdops@homeoffice.gov.uk</A> if you'd like feedback on your discussion or for the design system working group to review it.</p>
<h3>5. Updating the design system</h3>
<p>The <A href="/contribute/design-system-working-group">design system working group</A> regularly assess discussions using the <A href="https://design-system.service.gov.uk/community/contribution-criteria/">GOV.UK design system contribute criteria</A>.</p>
<p>If the pattern or component is ready to be published, the working group will then raise an issue and progress this work further.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Page: FC<PageProps> = ({ location }) => (
<p>If you have a question or idea, you can contact the working group:</p>
<ul>
<li>on the Home Office #ho-design-system Slack channel</li>
<li>by email at <A href="mailto:design@digital.homeoffice.gov.uk">design@digital.homeoffice.gov.uk</A></li>
<li>by email at <A href="mailto:ucdops@homeoffice.gov.uk">ucdops@homeoffice.gov.uk</A></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/common/pages/get-started.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const Page: FC<PageProps> = ({ location }) => (
<h2>Support</h2>
<p>If you have a question or need support you can:</p>
<ul>
<li>email <A href="mailto:design@digital.homeoffice.gov.uk">design@digital.homeoffice.gov.uk</A></li>
<li>email <A href="mailto:ucdops@homeoffice.gov.uk">ucdops@homeoffice.gov.uk</A></li>
<li>get in touch on Slack #ho-design-system</li>
<li>read and create <A href="https://github.com/UKHomeOffice/design-system/discussions">GitHub discussions</A></li>
<li><A href="https://github.com/UKHomeOffice/design-system/issues">view known issues on GitHub</A></li>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/common/pages/styles/colour.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Page: FC<PageProps> = ({ location }) => (
</h1>

<p className="govuk-body">Always use the Home Office colour palette when you are designing and building internal services and products. For public facing and transactional sites use the <A href="https://design-system.service.gov.uk/styles/colour/">GOV.UK colour palette</A>.</p>
<p className="govuk-body">Ask <A href="mailto:design@digital.homeoffice.gov.uk">design@digital.homeoffice.gov.uk</A> if you have any questions.</p>
<p className="govuk-body">Ask <A href="mailto:ucdops@homeoffice.gov.uk">ucdops@homeoffice.gov.uk</A> if you have any questions.</p>

{/* PRIMARY */}

Expand Down
4 changes: 2 additions & 2 deletions apps/docs/src/common/pages/styles/images.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Page: FC<PageProps> = ({ location }) => (
<p className="govuk-body">Images must be relevant to the content, help users understand what they need to do and follow our guidance on the use of <A href="/accessibility/images">alternative text</A>.</p>

<h3 className="govuk-heading-m">Sourcing images</h3>
<p>Please contact <A href="mailto:design@digital.homeoffice.gov.uk">design@digital.homeoffice.gov.uk</A> for advice on image use and for original source files.</p>
<p>Please contact <A href="mailto:ucdops@homeoffice.gov.uk">ucdops@homeoffice.gov.uk</A> for advice on image use and for original source files.</p>

<h2 id="Illustrations or representative imagery" className="govuk-heading-l">Illustrations or representative imagery</h2>
<p className="govuk-body">Illustrations must have a consistent style to create trust. This includes print products as well.</p>
Expand Down Expand Up @@ -116,7 +116,7 @@ const Page: FC<PageProps> = ({ location }) => (

<div className="contact-us">
<h2 className="govuk-heading-m">Get in touch</h2>
<p>If you’ve got a question or suggestion share it on the Slack channel #ho-design-system, on <A href="https://github.com/UKHomeOffice/design-system">GitHub</A> or email <A href="mailto:design@digital.homeoffice.gov.uk">design@digital.homeoffice.gov.uk</A>.</p>
<p>If you’ve got a question or suggestion share it on the Slack channel #ho-design-system, on <A href="https://github.com/UKHomeOffice/design-system">GitHub</A> or email <A href="mailto:ucdops@homeoffice.gov.uk">ucdops@homeoffice.gov.uk</A>.</p>
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/accessibility-statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can see a full list of any issues we currently know about in the Non-accessi

If you need information on this website in a different format like accessible PDF, large print, easy read, audio
recording or braille:
- email design@digital.homeoffice.gov.uk
- email ucdops@homeoffice.gov.uk
- contact us via the methods listed at https://design.homeoffice.gov.uk/contribute

We'll consider your request and get back to you in 30 days.
Expand All @@ -35,7 +35,7 @@ We'll consider your request and get back to you in 30 days.
## Reporting accessibility problems with this website

We're always looking to improve the accessibility of this website.
If you find any problems not listed on this page or think we're not meeting accessibility requirements, contact the Design Operations team on email: design@digital.homeoffice.gov.uk
If you find any problems not listed on this page or think we're not meeting accessibility requirements, contact the Design Operations team on email: ucdops@homeoffice.gov.uk

[Read tips on contacting organisation about inaccessible websites][contact-tips].

Expand Down

1 comment on commit 1c10f9d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.