From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id E6F3920F for ; 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: 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 ; Fri, 24 Nov 2017 16:10:06 -0500 (EST) From: Thomas Monjalon 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 --- 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 patchwork.

Planned features are listed in the roadmap and integrated during a cycle started by a merge window. +

Bugs are open in bugzilla.

Licenses

Main code is BSD licensed and Linux kernel related parts are naturally licensed under the GPL. @@ -134,6 +136,12 @@

Most of the patchwork actions can be done with a pwclient command line. +

Contribute by finding or fixing bugs

+

There is a bug tracker where + anybody can notify a bug to the community, and follow the resolution. +

A notification is sent to dev@dpdk.org for every new bug. + The fixes must be sent and discussed on the mailing list. +

Technical Board

The Technical Board may intermediate in the development process, as described in the Technical Board operation. -- 2.15.0