From a5604b5c384ce47da5d9b55d2681f656b3a0978f Mon Sep 17 00:00:00 2001 From: Christopher Bull <5499680+chrisb13@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:05:04 +1100 Subject: [PATCH] Update rose_cylc.md as discussed with @atteggiani https://github.com/ACCESS-NRI/ACCESS-Hive-Docs/issues/1100#issuecomment-3832229936 --- docs/models/run_a_model/rose_cylc.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/models/run_a_model/rose_cylc.md b/docs/models/run_a_model/rose_cylc.md index 875fef913..3727f4dbf 100644 --- a/docs/models/run_a_model/rose_cylc.md +++ b/docs/models/run_a_model/rose_cylc.md @@ -224,7 +224,8 @@ where `` and `` are specific to the chosen model configurati If you want to make exploratory changes within the configuration, and have those changes tracked, please [fork the configuration repository](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) and commit your changes there.
!!! warning - When forking the repository, make sure you uncheck the option `Copy the DEFAULT branch only` if you want to work with other branches. + Configuration repositories store each configuration in their own branch, while the `main` branch only keeps minimal setup.
+ For this reason, when forking the repository, ensure that all branches are included by unchecking the option “Copy the `main` branch only”. If you think your new configuration provides significant value to the broader community, refer to the respective model configuration documentation for instructions on how to have it officially supported by ACCESS-NRI.