Andrew Sayers <andrew-git@xxxxxxxxxxxxxxx> writes: > Would you be amenable in principle to creating something like `man > git-bug`? A quick search doesn't turn up any documents specifically > about bug fixing/reporting, and a man page was the first place I thought > to look. I'd be perfectly fine with something like this. People may want to add a sentence or two to give tips on how to make sure that they are actual bugs. Documentation/git.txt | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Documentation/git.txt b/Documentation/git.txt index 59f291d..3ba004f 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -727,6 +727,14 @@ The documentation for git suite was started by David Greaves <david@xxxxxxxxxxxx>, and later enhanced greatly by the contributors on the git-list <git@xxxxxxxxxxxxxxx>. +Reporting Bugs +-------------- + +If you found a bug, please send a bug report to the Git mailing list +<git@xxxxxxxxxxxxxxx>, where the development and maintenance is primarily +done. You do not have to be subscribed to the list to send a message +there. + SEE ALSO -------- linkgit:gittutorial[7], linkgit:gittutorial-2[7], -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html