Skip to content

Commit aadf006

Browse files
authored
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.
1 parent 069b750 commit aadf006

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ <h2>How can you use GitGitGadget?</h2>
117117
</p><p>
118118
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.
119119
</p><p>
120-
Once everything is ready to go, add a comment to that Pull Request saying <code>/submit</code>.
120+
Once you feel everything is ready to go, add a comment to that Pull Request saying <code>/preview</code>. This will send you a copy of the Pull Request to check.
121+
If you are happy, add a comment to that Pull Request saying <code>/submit</code>.
121122
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.
122123
</p>
123124
</div>

0 commit comments

Comments
 (0)