Skip to content

Commit 43e0f04

Browse files
authored
Added blueprints area (#329)
1 parent f6775ae commit 43e0f04

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The framework is a companion to:
4040

4141
The framework consists of:
4242

43-
* [Engineering principles](principles.md)
43+
* [Engineering principles](principles.md) and [blueprints](blueprints.md)
4444
* [Engineering quality review tool](insights/review.md)
4545
* [Communities of practice guidelines](communities/communities-of-practice.md) and active communities:
4646
* [Product Development Test Automation Working Group](communities/pd-test-automation-working-group.md)

blueprints.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Engineering blueprints
2+
3+
This is a list of blueprint solutions to common problems which are referenced within this [quality framework](README.md).
4+
5+
Where possible this will be a set of fully working components / solutions you can use. Where that's not possible, it will be instructions.
6+
7+
| Topic | Type of blueprint | Classification | Status |
8+
| :--------------------------------------------------------------------------------------- | :---------------- | :------------- | :--------- |
9+
| [Creating GitHub repositories](https://github.com/nhs-england-tools/repository-template) | Full solution | Recommended | Published |
10+
| [Purging commits on GitHub](practices/guides/commit-purge.md) | Instructions | Mandatory | Published |
11+
| [Signing commits on GitHub](practices/guides/commit-signing.md) | Instructions | Recommended | Published |
12+
| [Automating performance-test decisions using APDEX](practices/performance-testing.md) | Instructions | Recommended | Published |
13+
| [Scanning source code for secrets](tools/nhsd-git-secrets/README.md) | Full solution | Recommended | Published |
14+
| Cross-account backups on AWS | Instructions | In progress | Draft |

0 commit comments

Comments
 (0)