Skip to content

Commit

Permalink
Amend phase banner to point to intermediary feedback page (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
edhamiltonHO authored Sep 19, 2023
1 parent ad9cac1 commit 8bf1b50
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ module.exports = function(eleventyConfig) {
tag: {
text: "Alpha"
},
html: 'This is a new service – your <a class="govuk-link" target="_blank" href="https://www.homeofficesurveys.homeoffice.gov.uk/s/8PDDG2/">feedback (opens in a new tab)</a> will help us to improve it.'
html: 'This is a new service – your <a class="govuk-link" target="_blank" href="' + _customPathPrefix + '/provide-feedback/">feedback (opens in a new tab)</a> will help us to improve it.'
}
});

Expand Down
22 changes: 22 additions & 0 deletions docs/provide-feedback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
eleventyExcludeFromCollections: true
layout: page
order: 5
title: Provide feedback
description:
tags:
---

We welcome feedback on all content in the site, or on any other areas that we can improve. There are two ways that you can provide feedback to us.

## Raise an issue on our GitHub repository

This is the preferred option. If you raise an issue on our repository you can easily track our response and progress when addressing it.

You will need a GitHub account in order to create an issue, which will involve agreeing to [GitHub's privacy policy](https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement).

[Raise an issue on our GitHub repository](https://github.com/HO-CTO/engineering-guidance-and-standards/issues/new/choose)

## Get in touch directly

If you do not want to raise an issue on GitHub then you can contact the members of our engineering community that maintain the site at [[email protected]](mailto:[email protected]).

0 comments on commit 8bf1b50

Please sign in to comment.