Skip to content

Commit 3382807

Browse files
Added adr 007 naming conventions.
1 parent c748186 commit 3382807

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: default
3+
title: ADR-007
4+
parent: ADRs
5+
description: Naming Conventions
6+
---
7+
8+
## ADR-007: Naming Conventions
9+
10+
| | |
11+
| ------------ | -------------- |
12+
| Date | `2024-05-22` |
13+
| Status | `Decided` |
14+
| Deciders | `Engineering` |
15+
| Significance | `Ross Buggins` |
16+
17+
- [ADR-007: Naming Conventions](#adr-007-naming-conventions)
18+
- [Decision](#decision)
19+
20+
## Decision
21+
22+
Repositories, accounts and resources will follow the convention of:
23+
24+
`nhs-notify-[subdomain]-[microservice/library]`
25+
26+
This will be used for repository's, accounts, wherever we need to name our resources.
27+
28+
If linked to an environment:
29+
30+
`nhs-notify-[subdomain]-[microservice/library]-[envname]-[envtype]`
31+
32+
Public root repo:
33+
34+
`nhs-notify https://github.com/NHSDigital/nhs-notify`

0 commit comments

Comments
 (0)