From patchwork Thu Jul 26 08:07:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petr Vorel X-Patchwork-Id: 949529 X-Patchwork-Delegate: petr.vorel@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=lists.linux.it (client-ip=213.254.12.146; helo=picard.linux.it; envelope-from=ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.cz Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41bl7y39Hlz9ryl for ; Thu, 26 Jul 2018 18:07:42 +1000 (AEST) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 6A4663E61BA for ; Thu, 26 Jul 2018 10:07:39 +0200 (CEST) X-Original-To: ltp@lists.linux.it Delivered-To: ltp@picard.linux.it Received: from in-3.smtp.seeweb.it (in-3.smtp.seeweb.it [IPv6:2001:4b78:1:20::3]) by picard.linux.it (Postfix) with ESMTP id 058D83E6073 for ; Thu, 26 Jul 2018 10:07:37 +0200 (CEST) Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by in-3.smtp.seeweb.it (Postfix) with ESMTPS id 818BC1A014DF for ; Thu, 26 Jul 2018 10:07:36 +0200 (CEST) Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id DDD6DAB99 for ; Thu, 26 Jul 2018 08:07:35 +0000 (UTC) From: Petr Vorel To: ltp@lists.linux.it Date: Thu, 26 Jul 2018 10:07:23 +0200 Message-Id: <20180726080723.21588-1-pvorel@suse.cz> X-Mailer: git-send-email 2.18.0 X-Virus-Scanned: clamav-milter 0.99.2 at in-3.smtp.seeweb.it X-Virus-Status: Clean X-Spam-Status: No, score=-0.0 required=7.0 tests=SPF_PASS autolearn=disabled version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on in-3.smtp.seeweb.it Subject: [LTP] [PATCH 1/1] README: Add link to patchwork instance X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.18 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it Sender: "ltp" + note patches in ML as preferred way + fix doc formatting Signed-off-by: Petr Vorel --- Hi, hope that preferring patches in ML over GitHub pull requests is not controversial for anyone. That's the only reason why I send this tiny doc patch to ML. Kind regards, Petr --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfb05d921..240335657 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ http://lists.linux.it/listinfo/ltp The git repository is located at GitHub at: https://github.com/linux-test-project/ltp +The patchwork instance is at: +https://patchwork.ozlabs.org/project/ltp/list/ + Warning! ======== @@ -178,6 +181,8 @@ There is also a step-by-step tutorial: If something is not covered there don't hesitate to ask on the LTP mailing list. Also note that these documents are available online at: -https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines -https://github.com/linux-test-project/ltp/wiki/BuildSystem -https://github.com/linux-test-project/ltp/wiki/C-Test-Case-Tutorial +* https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines +* https://github.com/linux-test-project/ltp/wiki/BuildSystem +* https://github.com/linux-test-project/ltp/wiki/C-Test-Case-Tutorial + +Although we accept GitHub pull requests, the preferred way is sending patches to our mailing list.