From 5179ed78755b81d21348a1e6994433019c260c7c Mon Sep 17 00:00:00 2001 From: Chaeyoon Kim Date: Wed, 26 Jun 2024 21:44:42 +0100 Subject: [PATCH 1/2] Update github tutorial: repository transfer guide Add guides about transferring a repo to NHSE Org - Joining the NHSE GitHub organization - Transferring repositories and assigning access levels - Notifying administrators about the transfer - Informing collaborators about the move --- docs/tutorials/github.qmd | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/tutorials/github.qmd b/docs/tutorials/github.qmd index c328d89..68029a9 100644 --- a/docs/tutorials/github.qmd +++ b/docs/tutorials/github.qmd @@ -24,6 +24,23 @@ Private repos are not visable for all members. To allow others to see private re ::: +::: {.callout-info} +## Moving GitHub Repositories to NHSE Organisation +1. Ensure you're a member of the NHSE GitHub Organisation. If not, follow the instructions provided above to request access. +2. Navigate to the settings of your repository and find the "Transfer" option in the Danger Zone. +3. Select "NHS England" as the destination for your repository transfer. +4. Notify the organisation administrators about your transfer. Provide the following details: + - Name of the repository + - Repository visibility status (private/public) + - The team(s) to assign repository and their respective permission levels: Read, Triage, Write, Maintain, Admin + - Indicate whether any handles need extra permissions for the transferred repository; otherwise, all team members have equal access levels + - Any external collaborators' handles, if needed. +5. Ensure that the collaborators of the repository are notified to continue their contribution in the transferred repository. + + +::: + + ## GitHub Desktop Note that the [GitHub desktop app](https://desktop.github.com/) is available on Modern Desktop (see `Company Portal > Apps`) and can be installed on UDAL VMs. The tool greatly improves the Git experience and makes managing multiple software projects much easier. From 7b4529ed660591c2a57bf5d2f21eda5ca9f518b8 Mon Sep 17 00:00:00 2001 From: Chaeyoon Kim Date: Wed, 26 Jun 2024 21:51:08 +0100 Subject: [PATCH 2/2] fix typo in file name --- CONRIBUTING.md => CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CONRIBUTING.md => CONTRIBUTING.md (100%) diff --git a/CONRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from CONRIBUTING.md rename to CONTRIBUTING.md