From e0fa48d2eded21ddc48502f6b4eb40ed2a4be2ce Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 27 Feb 2017 11:49:10 +0100 Subject: Update SubmittingPatches --- SubmittingPatches | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SubmittingPatches b/SubmittingPatches index 66b54e76..f7504ef2 100644 --- a/SubmittingPatches +++ b/SubmittingPatches @@ -1,9 +1,9 @@ How to contribute a patch to libssh ==================================== -Simple, just make the code change, and email it as either a "diff -u" -change, or as a "git format-patch" change against the original source -code to libssh@libssh.org, or attach it to a bug report at +Please checkout the libssh source code using git. Change the code and then +use "git format-patch" to create a patch. The patch should be signed (see +below) and send it to libssh@libssh.org, or attach it to a bug report at https://red.libssh.org/ For larger code changes, breaking the changes up into a set of simple -- cgit v1.2.3