From aadf00697b8cae2621bc223a45b460aaaac93d6c Mon Sep 17 00:00:00 2001 From: Philip Oakley Date: Thu, 20 Oct 2022 21:56:29 +0100 Subject: [PATCH 1/2] Add `/preview` instruction into the `/submit' sequence Users may not know that they can preview how their PR will look when submitted to the Git List. Tell them about the GGG action that provides that preview. --- Apologies for any 'monkey patching' errors. --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index cef2b24..bfeb5be 100644 --- a/index.html +++ b/index.html @@ -117,7 +117,8 @@

How can you use GitGitGadget?

The Pull Request will trigger a few Checks, most importantly one that will build Git and run the test suite on the main platforms, to make sure that everything works as advertised.

- Once everything is ready to go, add a comment to that Pull Request saying /submit. + Once you feel everything is ready to go, add a comment to that Pull Request saying /preview. This will send you a copy of the Pull Request to check. + If you are happy, add a comment to that Pull Request saying /submit. This will trigger GitGitGadget (you can see the progress via the Check called "GitGitGadget PR Handler"): it will wrap your Pull Request into a nice bundle of mails in the format expected on the Git mailing list.

From bbc881ffab82ae4ce51e2f34b9c2d2647f22b390 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 21 Oct 2022 12:30:59 +0200 Subject: [PATCH 2/2] Slightly reword `/submit` instruction --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bfeb5be..6aea0ee 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,7 @@

How can you use GitGitGadget?

The Pull Request will trigger a few Checks, most importantly one that will build Git and run the test suite on the main platforms, to make sure that everything works as advertised.

Once you feel everything is ready to go, add a comment to that Pull Request saying /preview. This will send you a copy of the Pull Request to check. - If you are happy, add a comment to that Pull Request saying /submit. + Once you are happy with the result, add a comment to that Pull Request saying /submit. This will trigger GitGitGadget (you can see the progress via the Check called "GitGitGadget PR Handler"): it will wrap your Pull Request into a nice bundle of mails in the format expected on the Git mailing list.