From 69db8ea573f7d44adf4d91221b59d90d4f465bae Mon Sep 17 00:00:00 2001 From: Pedro Santos Neves <10762799+Neves-P@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:08:35 +0100 Subject: [PATCH] Enhance forking instructions for clarity Updated the forking instructions with a direct link. --- docs/adding_software/opening_pr.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/adding_software/opening_pr.md b/docs/adding_software/opening_pr.md index 5f3e86a895..db558a3692 100644 --- a/docs/adding_software/opening_pr.md +++ b/docs/adding_software/opening_pr.md @@ -18,7 +18,8 @@ To add software to EESSI, you should go through the semi-automatic software inst ### Preparation Before you can make a pull request to the [software-layer](https://github.com/EESSI/software-layer), -you should [fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) the repository in your GitHub account. +you should [fork](https://github.com/EESSI/software-layer/fork) the repository in your GitHub account. +Please see [here](https://docs.github.com/en/get-started/quickstart/fork-a-repo) for details. Once forked, you can proceed. For the remainder of these instructions, we assume that your GitHub account is `@koala` :koala:.