From fa8950b85b7ada4a5d8ef3065e53aaa155df7bb0 Mon Sep 17 00:00:00 2001 From: Mark Komarinski Date: Mon, 1 Feb 2016 12:42:26 -0500 Subject: [PATCH] A github account is not required to contribute documentation to TLDP --- LDP/guide/docbook/LDP-Author-Guide/git.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/LDP/guide/docbook/LDP-Author-Guide/git.xml b/LDP/guide/docbook/LDP-Author-Guide/git.xml index 98869321..5919a601 100644 --- a/LDP/guide/docbook/LDP-Author-Guide/git.xml +++ b/LDP/guide/docbook/LDP-Author-Guide/git.xml @@ -29,6 +29,16 @@ authenticate with github otherwise you will be asked to enter your password with each update. + + + If for some reason you are unwilling to create a github account, we will do our best to accomodate you. You can use + git clone https://github.com/tLDP/LDP.git to make a copy of the repository locally on your system. + Make your proposed changes and then you can use git diff > myhowto.patch to generate the differences + between the original and your updates. Send an e-mail to discuss@en.tldp.org that you have updates you'd + like to submit outside github and a volunteer will help you out. + + +