File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The framework is a companion to:
4040
4141The 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 )
Original file line number Diff line number Diff line change 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 |
You can’t perform that action at this time.
0 commit comments