From f2ef73e3fa7f85da5d0d74c898892da920caceca Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Fri, 12 Dec 2025 10:55:54 +0000 Subject: [PATCH] test commit --- doc/developer.contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer.contributing.rst b/doc/developer.contributing.rst index f86939850..b288aa0b7 100644 --- a/doc/developer.contributing.rst +++ b/doc/developer.contributing.rst @@ -85,7 +85,7 @@ version. - Has an informative title. - Links to any relevant issues. - Includes a clear description of the changes made. - - Explains how a reviewer can test the changes. + - Explains how a reviewer can test the changes. test .. note:: It's good practice to open a draft pull request early in the development process to facilitate discussion and feedback, ensure there are no merge conflicts, and allow for continuous integration testing via GitHub Actions.