From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 267D0139082 for ; Tue, 28 Nov 2017 10:49:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90307E0E3C; Tue, 28 Nov 2017 10:49:32 +0000 (UTC) Received: from mail-lf0-x242.google.com (mail-lf0-x242.google.com [IPv6:2a00:1450:4010:c07::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E21FE0E3C for ; Tue, 28 Nov 2017 10:49:32 +0000 (UTC) Received: by mail-lf0-x242.google.com with SMTP id i14so36435306lfc.1 for ; Tue, 28 Nov 2017 02:49:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=Hd11QklevcoMBgK4e8v7DuQ83XmngTA/k+rHMZAMBrs=; b=QOXfDYybqqnhQaoR03J6/Z2VQx0OqcGSCj91v4kpivb6y3h8Rhz9my38v5PQOZt0T4 aEG2RNa+tjf+K/YhXZRAQDPeHa4sYthVLUdWgzkXY5Nxu9fhYnSzn+DlI8NWOYoHpl5H mIAzco5j7isqaadrVXRrZSm1i5HkXODzyakQUYjvLsK+aUvnFwRelQ0nab7oqS7KCYD9 0pw3xzeIIEiwCGx2Taz5N8L0k3976EWLwq+dCcSPgIjAiHYelNX+PEzeklU8YSqYGwqJ TYqnru+WopUijFWLREEJPYkTN0Yixw79B2aUA1WVgEOHixMKrSMqsBvZqMNgcl3wDIsb 7pEg== 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; bh=Hd11QklevcoMBgK4e8v7DuQ83XmngTA/k+rHMZAMBrs=; b=WXlv3w3eQnx4Vz+44zkhw656bsnnosuFtt2THYBzJumgUQSlVr+/A3NAWth0RbV2VK Q7qZQqm8xvQmuRcSgUjhvNKuWtK/o7R9QQZfGwjRM8fu71tK/PRDfUqXh2PcO1PdhhMM tpaEzGu6XPhfwx8jd6/rjMb5dOGUwArm5iqtBVOG33nva1zLgK8SqBXVPHpm3PLsTORg krG+9uwEVMcJIRHXcN8bmIIEv6cKdQ9Z8qdM92pxMEjycAYwd07n1CmYwSjOXSxYnUtH k0EdUn5rRrHdEiUpF7a/lG0S66GLc07wpXxp+EcmLbSYgu6y4BKMUa013Xu3ghB95Lpe h4PA== X-Gm-Message-State: AJaThX6rbYk/Jll7mmbZ4QpzUTmeUmDgGKtO6X2YYuiC06Kt5/zGNWfg QLbh0NwCX8RTXJOPo4tUj2w5eg== X-Google-Smtp-Source: AGs4zMaoup5SwPxbU4gEOpOQmOHMtg7NihuuuMZJrWxtIALTElAE0hsmQxO4s86BCF9FYiJONA7j0Q== X-Received: by 10.46.97.10 with SMTP id v10mr12707769ljb.48.1511866170684; Tue, 28 Nov 2017 02:49:30 -0800 (PST) Received: from localhost.localdomain ([46.194.193.109]) by smtp.gmail.com with ESMTPSA id h28sm6423039ljb.30.2017.11.28.02.49.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Nov 2017 02:49:29 -0800 (PST) From: Marcus Folkesson To: eudev@lists.gentoo.org Cc: Marcus Folkesson Subject: [eudev] [PATCH] CONTRIBUTION: give instruction on how to send patches to mailinglist Date: Tue, 28 Nov 2017 11:49:24 +0100 Message-Id: <20171128104924.8598-1-marcus.folkesson@gmail.com> X-Mailer: git-send-email 2.15.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: eudev mailing list X-BeenThere: eudev@gentoo.org X-BeenThere: eudev@lists.gentoo.org X-Archives-Salt: 07730a35-16cd-4639-bec0-e963f7bf586a X-Archives-Hash: 3f8c51022ffe4381d193187180a87651 For all those who prefer emails instead of web GUIs. Signed-off-by: Marcus Folkesson --- CONTRIBUTING | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index 71a82f6c4..81d343137 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -108,7 +108,7 @@ doing Then push it to your public repo. -4. Open an issue at +4.a Open an issue at (using GitHub) https://github.com/gentoo/eudev/issues?state=open @@ -116,6 +116,14 @@ And request a pull of your clean commit. A team member will review it, discuss it and commit it to master or reject it. +4.b Send to mailing list (using git format-patch) +Make sure you are subscribe on the mailing list. If you do not, send an email to + eudev+subscribe@lists.gentoo.org +and follow instructions. + +When sending patches to mailing list, use + git send-email --to eudev@lists.gentoo.org 0001-foo-bar.patch + 5. eudev is a peer-reviewed project. So even team members must ask another team member to sign-off and commit your work. The only exception are trivial commits -- 2.13.1