Skip to content

Docs: [AEA-0000] - update common docs#7

Merged
anthony-nhs merged 1 commit intomainfrom
update_docs2
Apr 1, 2026
Merged

Docs: [AEA-0000] - update common docs#7
anthony-nhs merged 1 commit intomainfrom
update_docs2

Conversation

@anthony-nhs
Copy link
Copy Markdown
Contributor

Summary

  • Routine Change

Details

  • update some common docs

Copilot AI review requested due to automatic review settings April 1, 2026 14:56
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

This PR is linked to a ticket in an NHS Digital JIRA Project. Here's a handy link to the ticket:

AEA-0000

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds standard community and governance documentation (security, license, contributing, code of conduct) and refreshes the development container image version.

Changes:

  • Add SECURITY.md, LICENSE, CONTRIBUTING.md, and CODE_OF_CONDUCT.md to standardise repo documentation.
  • Update .devcontainer/devcontainer.json to use devcontainer image version v1.4.2.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
SECURITY.md Adds security reporting guidance and contact details.
LICENSE Adds an MIT license file.
CONTRIBUTING.md Adds contribution, branching, and commit message guidance.
CODE_OF_CONDUCT.md Adds Contributor Covenant code of conduct.
.devcontainer/devcontainer.json Bumps devcontainer image version to v1.4.2.

Comment thread SECURITY.md
Comment on lines +22 to +26
You can reach us at:

- [epssupport@nhs.net](epssupport@nhs.net)
- [cybersecurity@nhs.net](cybersecurity@nhs.net)

Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

The email links are currently written as regular Markdown links, which will be treated as relative URLs (e.g., linking to a non-existent file named "epssupport@nhs.net"). Use a proper email link format (e.g., a mailto: URL or angle-bracket autolink) so clicking opens an email client.

Copilot uses AI. Check for mistakes.
Comment thread SECURITY.md
Comment on lines +33 to +35
## General Security Enquiries

If you have general enquiries regarding our cybersecurity, please reach out to us at [cybersecurity@nhs.net](cybersecurity@nhs.net)
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

This email reference is also formatted as a regular Markdown link, which will resolve as a relative URL rather than an email link. Switch to a mailto: (or autolink) format to ensure it works correctly.

Copilot uses AI. Check for mistakes.
Comment thread LICENSE
@@ -0,0 +1,21 @@
MIT License

Crown Copyright (c)
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

The MIT license header typically includes a year and the copyright holder (e.g., "Copyright (c) "). As written, "Crown Copyright (c)" is missing the year/holder details, which can create ambiguity about ownership and the applicable period—please update the header to the standard MIT form used by this project/organisation.

Suggested change
Crown Copyright (c)
Crown Copyright (c) 2024 NHS England

Copilot uses AI. Check for mistakes.
Comment thread CONTRIBUTING.md
Comment on lines +36 to +38
Every pull request must include a change to the changelog.

Add changes to the top of the current date. If the date is old, the reviewer should update the changelog to be correct before merging.
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

This section mandates that every pull request updates a changelog, but there is no changelog file in this repository. Either add the referenced changelog (and specify its expected name/location) or adjust the guidance to match the repo’s actual release/change tracking process.

Suggested change
Every pull request must include a change to the changelog.
Add changes to the top of the current date. If the date is old, the reviewer should update the changelog to be correct before merging.
If this repository has a changelog (for example, a `CHANGELOG.md` file in the repository root), every pull request must ensure it is updated appropriately.
If no changelog is present, document your changes according to this repository's release process (for example, GitHub Releases or a "Release notes" section in the README).

Copilot uses AI. Check for mistakes.
@anthony-nhs anthony-nhs merged commit 36df1cf into main Apr 1, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants