From 64a0f0edd5f2723e626e79d0a44f8023b776e044 Mon Sep 17 00:00:00 2001 From: Peter Yates Date: Mon, 13 Jan 2025 16:38:17 +0000 Subject: [PATCH 1/2] Update the repo links in the readme We had to do this because we shuffled our repos around. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c8baeab..3ebb17c1 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ECF is a framework of standards to help early career teachers succeed at the sta ## Workflows -[![App deployment](https://github.com/DFE-Digital/register-early-career-teachers/actions/workflows/deploy.yml/badge.svg)](https://github.com/DFE-Digital/register-early-career-teachers/actions/workflows/deploy.yml) -[![Service manual deployment](https://github.com/DFE-Digital/register-early-career-teachers/actions/workflows/publish-documentation.yml/badge.svg)](https://github.com/DFE-Digital/register-early-career-teachers/actions/workflows/publish-documentation.yml) +[![App deployment](https://github.com/DFE-Digital/register-early-career-teachers-public/actions/workflows/deploy.yml/badge.svg)](https://github.com/DFE-Digital/register-early-career-teachers/actions/workflows/deploy.yml) +[![Service manual deployment](https://github.com/DFE-Digital/register-early-career-teachers-public/actions/workflows/publish-documentation.yml/badge.svg)](https://github.com/DFE-Digital/register-early-career-teachers/actions/workflows/publish-documentation.yml) ## Documentation @@ -20,7 +20,7 @@ ECF is a framework of standards to help early career teachers succeed at the sta ## Repository setup -Register early career teachers has two repositories, [an internal](https://github.com/DFE-Digital/register-early-career-teachers) one and [a public one](https://github.com/DFE-Digital/register-early-career-teachers-public). +Register early career teachers has two repositories, [an internal](https://github.com/DFE-Digital/register-ects-project-board) one and [a public one](https://github.com/DFE-Digital/register-early-career-teachers-public). We work on the internal one and regularly publish code to the public one. This helps minimise the risk of accidentally posting sensitive information in an issue or pull request. From 44a62ff0167bf2a7fc63b4378b64f6aa3c7fd160 Mon Sep 17 00:00:00 2001 From: Peter Yates Date: Wed, 15 Jan 2025 16:23:31 +0000 Subject: [PATCH 2/2] Reword description of multiple repos Co-authored-by: Claire Hughes <93539621+claire-hughez@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ebb17c1..da155613 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,6 @@ ECF is a framework of standards to help early career teachers succeed at the sta Register early career teachers has two repositories, [an internal](https://github.com/DFE-Digital/register-ects-project-board) one and [a public one](https://github.com/DFE-Digital/register-early-career-teachers-public). -We work on the internal one and regularly publish code to the public one. This helps minimise the risk of accidentally posting sensitive information in an issue or pull request. +We write tickets and organise our sprints on the internal repository. The public one is where we write and update code. This helps minimise the risk of accidentally posting sensitive information in a ticket, but still allows for our code to be public and transparent. We still aim to work as openly as possible and will respond to any issues or pull requests raised against the public repository.