]> git.ipfire.org Git - thirdparty/git.git/commit
.github/PULL_REQUEST_TEMPLATE.md: add a note about single-commit PRs
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Tue, 6 Feb 2024 13:20:12 +0000 (13:20 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Feb 2024 20:22:55 +0000 (12:22 -0800)
commit78307f1a89dc94eaab7de40fe80b7594ed80225c
treec0979130ab911898ceb4e3246187253106b3de6a
parent564d0252ca632e0264ed670534a51d18a689ef5d
.github/PULL_REQUEST_TEMPLATE.md: add a note about single-commit PRs

Contributors using Gitgitgadget continue to send single-commit PRs with
their commit message text duplicated below the three-dash line,
increasing the signal-to-noise ratio for reviewers.

This is because Gitgitgadget copies the pull request description as an
in-patch commentary, for single-commit PRs, and _GitHub_ defaults to
prefilling the pull request description with the commit message, for
single-commit PRs (followed by the content of the pull request
template).

Add a note in the pull request template mentioning that for
single-commit PRs, the PR description should thus be kept empty, in the
hope that contributors read it and act on it.

This partly addresses:
https://github.com/gitgitgadget/gitgitgadget/issues/340

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/PULL_REQUEST_TEMPLATE.md