From eb83c28c1af006ef78c5a3af955fb3f6ae0a9fce Mon Sep 17 00:00:00 2001 From: Gwangmu Lee Date: Tue, 17 Jun 2025 10:04:27 +0200 Subject: [PATCH 1/2] Add heads-up to sync the fork repository --- docs/contributing/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 5c7a27e3..f76f217c 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -41,6 +41,10 @@ To build the docs in a `site` sub-directory: ```bash ./serve build ``` + +!!! tip + If you've already created a fork repository, make sure to [keep it synced](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) to the main CSCS repository. + ## Review process Documentation is owned by everybody - so don't be afraid to jump in and make changes or fixes where you see that there is something missing or outdated. From b425cb46df0bad14ee26ecc22030f1c0fbbf480e Mon Sep 17 00:00:00 2001 From: Gwangmu Lee Date: Tue, 17 Jun 2025 10:06:33 +0200 Subject: [PATCH 2/2] Elaborate tip --- docs/contributing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index f76f217c..e255999a 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -43,7 +43,7 @@ To build the docs in a `site` sub-directory: ``` !!! tip - If you've already created a fork repository, make sure to [keep it synced](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) to the main CSCS repository. + If you've already created a fork repository, make sure to [keep it synced](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) to the main CSCS repository before making further change. ## Review process