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

Update the repo links in the readme #14

Merged
merged 2 commits into from
Jan 28, 2025
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -20,8 +20,8 @@ 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.
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.
Loading