From: Jeff King Date: Mon, 20 Nov 2017 19:18:46 +0000 (-0500) Subject: git-jump: give contact instructions in the README X-Git-Tag: v2.16.0-rc0~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5da077b1f9e28a473f8219d8b8391450b794abf;p=thirdparty%2Fgit.git git-jump: give contact instructions in the README Let's make it clear how patches should flow into contrib/git-jump. The normal Git maintainer does not necessarily care about things in contrib/, and authors of individual components should be the ones giving the final review/ack for a patch. Ditto for bug reports, which are likely to get more attention from the area expert. Signed-off-by: Jeff King Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/contrib/git-jump/README b/contrib/git-jump/README index 9f58d5db8e..4484bda410 100644 --- a/contrib/git-jump/README +++ b/contrib/git-jump/README @@ -95,3 +95,10 @@ how to activate it. The shell snippets to generate the quickfix lines will almost certainly choke on filenames with exotic characters (like newlines). + +Contributing +------------ + +Bug fixes, bug reports, and feature requests should be discussed on the +Git mailing list , and cc'd to the git-jump +maintainer, Jeff King .