Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI changes #14

Merged
merged 2 commits into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -6,5 +6,6 @@
},
"cSpell.words": [
"Licence"
]
],
"cSpell.language": "en-GB"
}
23 changes: 23 additions & 0 deletions docs/adr/adr-004-github.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: default
title: ADR-004
parent: ADRs
---

## ADR-004: Github as default git upstream location

| | |
| ------------ | -------------- |
| Date | `2024-05-22` |
| Status | `Decided` |
| Deciders | `Engineering` |
| Significance | `Ross Buggins` |

- [ADR-004: Github as default git upstream location](#adr-004-github-as-default-git-upstream-location)
- [Decision](#decision)


## Decision

- Github will be the default upstream origin for all new NHS Notify git repositories.
- Existing repositories will be moved from the existing store.
25 changes: 25 additions & 0 deletions docs/adr/adr-005-git-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: default
title: ADR-005
parent: ADRs
---

## ADR-005: Documentation stored within repo

| | |
| ------------ | -------------- |
| Date | `2024-05-22` |
| Status | `Decided` |
| Deciders | `Engineering` |
| Significance | `Ross Buggins` |

- [ADR-005: Documentation stored within repo](#adr-005-documentation-stored-within-repo)
- [Decision](#decision)

## Decision

- /docs folder to hold relevant technical documentation for the code in that repository
- Utilise this instead of internal confluence repositories
- Markdown as standard
- github pages for build and deploy
- Just the docs as the standard theme
21 changes: 21 additions & 0 deletions docs/adr/adr-006-github-hosted-runners.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: default
title: ADR-006
parent: ADRs
---

## ADR-006: Github-hosted runners

| | |
| ------------ | -------------- |
| Date | `2024-05-22` |
| Status | `Decided` |
| Deciders | `Engineering` |
| Significance | `Ross Buggins` |

- [ADR-006: Github-hosted runners](#adr-006-github-hosted-runners)
- [Decision](#decision)

## Decision

- GitHub-hosted runners to be used by default
1 change: 1 addition & 0 deletions docs/adrs.md
Original file line number Diff line number Diff line change
@@ -3,4 +3,5 @@ layout: default
title: ADRs
nav_order: 2
has_children: true
child_nav_order: reversed
---
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -87,7 +87,7 @@ The following software packages, or their equivalents, are expected to be instal

### Configuration

Installation and configuration of the toolchain dependencies (including pre git hooks).
Installation and configuration of the toolchain dependencies (including pre-git hooks).

```shell
make config