From patchwork Fri Jan 17 13:19:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Panteleev X-Patchwork-Id: 1455 Return-Path: Delivered-To: patchwork@archlinux.org Received: from apollo.archlinux.org (localhost [127.0.0.1]) by apollo.archlinux.org (Postfix) with ESMTP id A772E165B97A4 for ; Fri, 17 Jan 2020 13:20:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.3 (2019-12-06) on apollo.archlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=LOCAL_FAKEBUSINESS=0.5, MAILING_LIST_MULTI=-1,RCVD_IN_DNSWL_MED=-2.3,SPF_HELO_NONE=0.001, T_DMARC_TESTS_FAIL=0.01 autolearn=ham autolearn_force=no version=3.4.3 X-Spam-BL-Results: [127.0.9.2] [127.0.0.6] Received: from orion.archlinux.org (orion.archlinux.org [88.198.91.70]) by apollo.archlinux.org (Postfix) with ESMTPS for ; Fri, 17 Jan 2020 13:20:38 +0000 (UTC) Received: from orion.archlinux.org (localhost [127.0.0.1]) by orion.archlinux.org (Postfix) with ESMTP id B6D10182649B93; Fri, 17 Jan 2020 13:20:20 +0000 (UTC) Received: from luna.archlinux.org (luna.archlinux.org [5.9.250.164]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: luna) by orion.archlinux.org (Postfix) with ESMTPSA id 8452C182649B35; Fri, 17 Jan 2020 13:20:00 +0000 (UTC) Authentication-Results: orion.archlinux.org; dkim=none Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 73D082BFE3; Fri, 17 Jan 2020 13:20:00 +0000 (UTC) Authentication-Results: luna.archlinux.org; dkim=none Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 2BCB32BFEE for ; Fri, 17 Jan 2020 13:19:54 +0000 (UTC) Received: from orion.archlinux.org (orion.archlinux.org [IPv6:2a01:4f8:160:6087::1]) by luna.archlinux.org (Postfix) with ESMTPS for ; Fri, 17 Jan 2020 13:19:54 +0000 (UTC) Received: from orion.archlinux.org (localhost [127.0.0.1]) by orion.archlinux.org (Postfix) with ESMTP id 5B2F5182649B07 for ; Fri, 17 Jan 2020 13:19:48 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by orion.archlinux.org (Postfix) with ESMTPS for ; Fri, 17 Jan 2020 13:19:48 +0000 (UTC) Received: by mail-wr1-f51.google.com with SMTP id z7so22645578wrl.13 for ; Fri, 17 Jan 2020 05:19:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=onYXO98N7S8ZRwhl6eC07riHc/6DwRbEJnjeelyi6r8=; b=h1YtZj+St8k6JAO8cNyntOuutjlFawpPaXiZTQgQ2uayp47pFztHWlP86hLih+2KmJ AcKfgA00r+ChS8RUSMg/Jn9BcZuxoh2DiaSDoAULFaRijRt4Op1rQFEWD4nb5V7Sqmqg m0i1weCO9HR5mQyZq8vUahJw1Ddgpsx3TvAWZa5YUpJQrbrBJbx6Amb3CbCDt3xQnQ+l aQHRRCWiM8pHEuQxOMZmInDNj4o36wOb7hIsCX5gn1QCEkTxu1f6ZzQGrpb0nd3JaNDZ 9a/fXC+xnY1b2kM0p/1zYdBjWgYirxZhqK7fZ7F+c3KbIzFqQKmv8fWLmU9T7/biJ1eL RTuQ== X-Gm-Message-State: APjAAAUNOejtQfs7RblLbE+MUa3XMtSi4TDJ6bhQiVhRz1RdOwEP3uuN ua7gSHCPeBItxh/TN8D+GGOJSPyUujA= X-Google-Smtp-Source: APXvYqxtIbg2gHerueeguQ8KWe2ifsU/2c+BF7SCkyp4VNO21ntSIJRBljsEgr0PdxAHEyU4uQKu6A== X-Received: by 2002:a5d:6151:: with SMTP id y17mr2996898wrt.110.1579267187747; Fri, 17 Jan 2020 05:19:47 -0800 (PST) Received: from home.thecybershadow.net ([89.28.117.31]) by smtp.gmail.com with ESMTPSA id z124sm10577779wmc.20.2020.01.17.05.19.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Jan 2020 05:19:47 -0800 (PST) From: Vladimir Panteleev To: arch-projects@archlinux.org Date: Fri, 17 Jan 2020 13:19:30 +0000 Message-Id: <20200117131931.1746498-4-archlinux@thecybershadow.net> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200117131931.1746498-1-archlinux@thecybershadow.net> References: <20200117131931.1746498-1-archlinux@thecybershadow.net> MIME-Version: 1.0 Subject: [arch-projects] [namcap] [PATCH 4/5] README: Document how to submit patches X-BeenThere: arch-projects@archlinux.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Arch Linux projects development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Arch Linux projects development discussion Cc: Vladimir Panteleev Errors-To: arch-projects-bounces@archlinux.org Sender: "arch-projects" --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index 83b406b..b018466 100644 --- a/README +++ b/README @@ -21,8 +21,14 @@ Minimal examples (very simple packages forged to exhibit unexpected behaviour from namcap) are also welcome to extend namcap's test suite. If you've a patch (fixing a bug or a new namcap module), then you can send it -to the arch-projects mailing list. Namcap development is managed with git, so -git-formatted patches are preferred. +to the arch-projects mailing list. + +Namcap development is managed with git, so git-formatted patches are preferred. +When sending patches to the mailing list, make sure to set a valid +subjectprefix, otherwise the email will be rejected by Mailman. Git can be +configured as follows: + +git config format.subjectprefix namcap] [PATCH' Namcap's source is available on: