SubmittingPatches: emphasize need to communicate non-default starting points
commit5c98149ce4d5f57f5376fc38e512dade77a96f8b
authorLinus Arver <linusa@google.com>
Fri, 14 Jul 2023 06:01:32 +0000 (14 06:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Jul 2023 17:31:43 +0000 (14 10:31 -0700)
treed0c257c75ec8ebc6b178269c98d1ea430da071a8
parentb5dbfe28a4eafc2c6c7f495983f141abcafafdfb
SubmittingPatches: emphasize need to communicate non-default starting points

The phrase

    and unless it targets the `master` branch (which is the default),
    mark your patches as such.

is tightly packed with several things happening in just two lines of
text. It also feels like it is not that important because of the terse
treatment. This is a problem because (1) it has the potential to confuse
new contributors, and (2) it may be glossed over for those skimming the
docs.

Emphasize and elaborate on this guidance by promoting it to its own
separate paragraph.

Signed-off-by: Linus Arver <linusa@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches