From 90cef7557a641cebf65778cd4bbba0a7ce528c2b Mon Sep 17 00:00:00 2001 From: Sam Clarke-Green Date: Tue, 3 Oct 2023 09:07:12 +0100 Subject: [PATCH] Trivial tweaks to commit instructions Add the --restart option to the KGO testing instructions and remove two extraneous trailing quotes from the LFRic commit message format. --- source/Reviewers/howtocommit.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Reviewers/howtocommit.rst b/source/Reviewers/howtocommit.rst index 8ec30c10..d0070de6 100644 --- a/source/Reviewers/howtocommit.rst +++ b/source/Reviewers/howtocommit.rst @@ -317,7 +317,7 @@ for all affected tests before you commit to the trunk. 3. Check that the new KGO has been installed correctly by restarting your suite, retriggering the failed rose-ana tasks and checking they now pass. - * e.g. add `--reload` to the rose-stem command ran previously. + * e.g. add `--reload` or `--restart` to the rose-stem command ran previously. 4. Once committed, update the `bit comparison table `_. @@ -491,7 +491,7 @@ An editor will open requesting a log message which should be in this format: .. code-block:: - # for : `` + # for : where original author is the authors proper name.