From 8856f87ee6ccee62ba218b547c9ac66a0aa19542 Mon Sep 17 00:00:00 2001 From: andyblundell Date: Tue, 16 Apr 2024 10:01:51 +0100 Subject: [PATCH] Added blueprints area --- README.md | 2 +- blueprints.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 blueprints.md diff --git a/README.md b/README.md index 083f9643..58853d1d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The framework is a companion to: The framework consists of: -* [Engineering principles](principles.md) +* [Engineering principles](principles.md) and [blueprints](blueprints.md) * [Engineering quality review tool](insights/review.md) * [Communities of practice guidelines](communities/communities-of-practice.md) and active communities: * [Product Development Test Automation Working Group](communities/pd-test-automation-working-group.md) diff --git a/blueprints.md b/blueprints.md new file mode 100644 index 00000000..01c3fc68 --- /dev/null +++ b/blueprints.md @@ -0,0 +1,14 @@ +# Engineering blueprints + +This is a list of blueprint solutions to common problems which are referenced within this [quality framework](README.md). + +Where possible this will be a set of fully working components / solutions you can use. Where that's not possible, it will be instructions. + +| Topic | Type of blueprint | Classification | Status | +| :--------------------------------------------------------------------------------------- | :---------------- | :------------- | :--------- | +| [Creating GitHub repositories](https://github.com/nhs-england-tools/repository-template) | Full solution | Recommended | Published | +| [Purging commits on GitHub](practices/guides/commit-purge.md) | Instructions | Mandatory | Published | +| [Signing commits on GitHub](practices/guides/commit-signing.md) | Instructions | Recommended | Published | +| [Automating performance-test decisions using APDEX](practices/performance-testing.md) | Instructions | Recommended | Published | +| [Scanning source code for secrets](tools/nhsd-git-secrets/README.md) | Full solution | Recommended | Published | +| Cross-account backups on AWS | Instructions | In progress | Draft |