From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B03C61F5AE; Mon, 24 May 2021 21:48:44 +0000 (UTC) Date: Mon, 24 May 2021 21:48:44 +0000 From: Eric Wong To: Ngan Pham Cc: kgio-public@yhbt.net Subject: [PATCH] HACKING: update docs with "git request-pull" info Message-ID: <20210524214844.GA27131@dcvr> References: <20210524172208.GA7627@dcvr> <20210524203310.GA17864@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Ngan Pham wrote: > Eric Wong wrote: > > Side note: Sorry if you found it confusing, I figured "README" > > and "HACKING" are clearly labeled. Not sure how to improve on > > a directory listing for ease-of-navigation (works with "lftp" :>) > > My apologies! After actually spending time and reading your > docs, it's pretty straight forward. Perhaps I'm spoiled with GitHub > pull requests and whatnot. The HACKING doc also says "pull > requests" welcome, although I'm not sure where... No worries, thanks for the feedback; I guess "git request-pull" is not well-known. I don't care where people host their repos, as long as it's anonymously accessible from any country via "git fetch". ----------8<--------- Subject: [PATCH] HACKING: update docs with "git request-pull" info "git request-pull" is not a well-known command, so add a mention about it to avoid misleading people into thinking we use a centralized service. While we're in the area, put an extra link to the HTTPS archives, since SMTP-based subscriptions are not centralization-resistant. Thanks to Ngan Pham for the feedback. Link: https://yhbt.net/kgio-public/CAAvYYt6ruhhZcA4OmF=NQZ+-j0RJ0vT5f33tUCrREezo5mUCVQ@mail.gmail.com/ --- HACKING | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/HACKING b/HACKING index e124c33..55bdd99 100644 --- a/HACKING +++ b/HACKING @@ -23,11 +23,12 @@ characters wide) and NOT the indentation style of Matz Ruby. == Contributing -Contributions are welcome in the form of patches, pull requests, code -review, testing, documentation, user support or any other feedback. The -{kgio mailing list}[mailto:kgio-public@yhbt.net] is the -central coordination point for all user and developer feedback and bug -reports. +Contributions are welcome in the form of patches, pull requests +(format email with "git request-pull"), code review, testing, +documentation, user support or any other feedback. + is the +current coordination point for all user and developer feedback and +bug reports (domain is subject to change since ICANN cannot be trusted). === Submitting Patches