From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id E6F3920F for <web@dpdk.org>; Fri, 24 Nov 2017 22:10:07 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 766A520AE2; Fri, 24 Nov 2017 16:10:07 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 24 Nov 2017 16:10:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc; s=mesmtp; bh=zUswBT296LQ/awqkwIrJ+tC+OAUtFduTOqiCmd qaQ9I=; b=i1nadbLMmqFB0ovhlGrZ8HlxKiFVtEkNxacuX1wQylBaAQZCyNGVyv qynYDrel8UqDRK6ywSFUuQVTQW6A3QwFNwZMfOqNFrmrqIZUVRWDkO9PwulwDNND 1o+hXeSSlCebb2FlCAataxZMcvBTjo4ABkUz6+wspHi+5wl/GE4pE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=zUswBT296LQ/awqkw IrJ+tC+OAUtFduTOqiCmdqaQ9I=; b=TGU1kdjzUcqSK8q4p5Xv5WcbPDvRCk9Qi qBHqiQTZlzadDa+kDnr1zHhd82TofCVg1ds9LwCKNeFNsQVpJR0AHGU72DvEcMam tiEVYERm20B6B2IxFbS+tA/uGbAYQKrnZ1jnkKG/HCIqRmVuc2piVDHl5gS4nZHe o4pu/zoWp4yhKAzbdtz/lUWqr38pTEwzyuwisAZY3OXw23QlY2JIlY5ecx0bVqCL ldhe3dNbUwx+MXV36JGtHiXHhlamvPVa8ONHphzykM5xxuZHF9BotRvnr3igB8hN AUUmPPB3zL9tRryo0+N5lfJzE6zv8ZwxjQVTF82JPeVqfvzeGXEVg== X-ME-Sender: <xms:r4oYWtOEsp3c8QWZWPxb4XExQKkacx6jwNYITOVgchx0ZkJOpZforw> Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id ED64F240B2 for <web@dpdk.org>; Fri, 24 Nov 2017 16:10:06 -0500 (EST) From: Thomas Monjalon <thomas@monjalon.net> To: web@dpdk.org Date: Fri, 24 Nov 2017 22:09:58 +0100 Message-Id: <20171124210958.21544-1-thomas@monjalon.net> X-Mailer: git-send-email 2.15.0 Subject: [dpdk-web] [PATCH] add the bug tracker in the development process X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance <web.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/web>, <mailto:web-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/web/> List-Post: <mailto:web@dpdk.org> List-Help: <mailto:web-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/web>, <mailto:web-request@dpdk.org?subject=subscribe> X-List-Received-Date: Fri, 24 Nov 2017 21:10:08 -0000 Add two links to bugzilla in the dev page. The first link at the top redirects to the open bugs. The second link is provided in a new section about bug management. Signed-off-by: Thomas Monjalon <thomas@monjalon.net> --- dev.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev.html b/dev.html index 34f24cf..3253fdd 100644 --- a/dev.html +++ b/dev.html @@ -45,6 +45,8 @@ Coming patches are listed in <a href="/dev/patchwork">patchwork</a>. <p>Planned features are listed in the <a href="/dev/roadmap">roadmap</a> and integrated during a <a href="/dev/roadmap#cycle">cycle started by a merge window</a>. + <p>Bugs are open in <a + href="http://dpdk.org/tracker/buglist.cgi?bug_status=__open__&product=DPDK">bugzilla</a>. <h3 id="licenses">Licenses</h3> <p>Main code is BSD licensed and Linux kernel related parts are naturally licensed under the GPL. @@ -134,6 +136,12 @@ <p>Most of the patchwork actions can be done with a <a href="/dev/patchwork/help/pwclient/">pwclient</a> command line. + <h3 id="bugzilla">Contribute by finding or fixing bugs</h3> + <p>There is a <a href="http://dpdk.org/tracker/">bug tracker</a> where + anybody can notify a bug to the community, and follow the resolution. + <p>A notification is sent to dev@dpdk.org for every new bug. + The fixes must be sent and discussed on the mailing list. + <h3 id="board">Technical Board</h3> <p>The Technical Board may intermediate in the development process, as described in the <a href="/about/techboard">Technical Board operation</a>. -- 2.15.0