From patchwork Tue Apr 19 04:41:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Donnellan X-Patchwork-Id: 611968 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3qpsn81xFKz9s9G for ; Tue, 19 Apr 2016 14:42:20 +1000 (AEST) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3qpsn80d7qzDq5y for ; Tue, 19 Apr 2016 14:42:20 +1000 (AEST) X-Original-To: snowpatch@lists.ozlabs.org Delivered-To: snowpatch@lists.ozlabs.org Received: from e23smtp08.au.ibm.com (e23smtp08.au.ibm.com [202.81.31.141]) (using TLSv1.2 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3qpsn63TMhzDq5y for ; Tue, 19 Apr 2016 14:42:18 +1000 (AEST) Received: from localhost by e23smtp08.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 19 Apr 2016 14:42:17 +1000 Received: from d23dlp01.au.ibm.com (202.81.31.203) by e23smtp08.au.ibm.com (202.81.31.205) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 19 Apr 2016 14:42:15 +1000 X-IBM-Helo: d23dlp01.au.ibm.com X-IBM-MailFrom: andrew.donnellan@au1.ibm.com X-IBM-RcptTo: snowpatch@lists.ozlabs.org Received: from d23relay08.au.ibm.com (d23relay08.au.ibm.com [9.185.71.33]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id 30EC12CE8057 for ; Tue, 19 Apr 2016 14:42:15 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay08.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u3J4g7e860031180 for ; Tue, 19 Apr 2016 14:42:15 +1000 Received: from d23av03.au.ibm.com (localhost [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u3J4fgNh008707 for ; Tue, 19 Apr 2016 14:41:42 +1000 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.192.253.14]) by d23av03.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u3J4fgOA007975 for ; Tue, 19 Apr 2016 14:41:42 +1000 Received: from ajd.au.ibm.com (unknown [9.192.200.81]) (using TLSv1.2 with cipher AES128-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.au.ibm.com (Postfix) with ESMTPSA id EDBCBA0194 for ; Tue, 19 Apr 2016 14:41:17 +1000 (AEST) From: Andrew Donnellan To: snowpatch@lists.ozlabs.org Date: Tue, 19 Apr 2016 14:41:10 +1000 Message-Id: <1461040870-20495-1-git-send-email-andrew.donnellan@au1.ibm.com> X-Mailer: git-send-email 2.6.2 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16041904-0029-0000-0000-000045601535 Subject: [snowpatch] [PATCH] docs: add details about patch tracking on patchwork.ozlabs.org X-BeenThere: snowpatch@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Continuous Integration for patch-based workflows List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: snowpatch-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "snowpatch" Add a link to patchwork.ozlabs.org to README.md and CONTRIBUTING.md. Closes: #5 ("Document snowpatch's own patchwork") Signed-off-by: Andrew Donnellan --- CONTRIBUTING.md | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9b15e9..d067da9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,8 @@ preferably using `git send-email`. We strongly prefer emailed patches over GitHub pull requests - after all, emailed patches are exactly why snowpatch exists! +Patch status is tracked on [patchwork.ozlabs.org](https://patchwork.ozlabs.org/project/snowpatch/). + All commit messages must include a `Signed-off-by:` line including your real name, indicating that you have read and agree to the [Developer Certificate of Origin diff --git a/README.md b/README.md index 41a416f..0b0c1c1 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,9 @@ snowpatch development is done on our mailing list, subscribe, go to the [listinfo page](https://lists.ozlabs.org/listinfo/snowpatch). +Patches are tracked on +[patchwork.ozlabs.org](https://patchwork.ozlabs.org/project/snowpatch/). + snowpatch is maintained by [Russell Currey](mailto:ruscur@russell.cc) and [Andrew Donnellan](mailto:andrew.donnellan@au1.ibm.com).