Merge branch 'jc/doc-monitor-ghci'

Encourage original authors to monitor the CI status.

* jc/doc-monitor-ghci:
  SubmittingPatches: proactively monitor GHCI pages
main
Junio C Hamano 2026-06-09 10:04:51 +09:00
commit 18b6502b3a
1 changed files with 11 additions and 0 deletions

View File

@ -817,6 +817,17 @@ relevant for debugging.
Then fix the problem and push your fix to your GitHub fork. This will
trigger a new CI build to ensure all tests pass.

Even if you do not use GitHub CI to test your changes, pay close
attention to new failures on the branches when the maintainer pushes
out after your topic gets merged to the 'seen' branch to make sure
that your topic is not breaking the CI, and retract your breaking
topic quickly while you fix the breakage you caused.

To see maintainer's push, keep an eye on this page:

`https://github.com/git/git/actions/workflows/main.yml?query=event%3Apush+actor%3Agitster`


[[mua]]
== MUA specific hints