git-jump: give contact instructions in the README
authorJeff King <peff@peff.net>
Mon, 20 Nov 2017 19:18:46 +0000 (14:18 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Nov 2017 02:01:02 +0000 (11:01 +0900)
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 <peff@peff.net>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/git-jump/README
index 9f58d5db8e36886a2bfb74abb2534fcd8bd6d5bb..4484bda41065af6f6e23c667a7bab59a8a1a61cc 100644 (file)
@@ -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 <git@vger.kernel.org>, and cc'd to the git-jump
+maintainer, Jeff King <peff@peff.net>.