From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 392A9A0350 for ; Thu, 25 Jun 2020 10:01:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 20CB8AAD5; Thu, 25 Jun 2020 10:01:20 +0200 (CEST) Received: from dish-sg.nttdocomo.co.jp (dish-sg.nttdocomo.co.jp [202.19.227.74]) by dpdk.org (Postfix) with ESMTP id 35EEBAAD5 for ; Thu, 25 Jun 2020 10:01:18 +0200 (CEST) X-dD-Source: Outbound Received: from zssg-mailmd105.ddreams.local (zssg-mailmd900.ddreams.local [10.160.172.63]) by zssg-mailou103.ddreams.local (Postfix) with ESMTP id 85D9B1200EA; Thu, 25 Jun 2020 17:01:17 +0900 (JST) Received: from zssg-mailmf101.ddreams.local (zssg-mailmf900.ddreams.local [10.160.172.84]) by zssg-mailmd105.ddreams.local (dDREAMS) with ESMTP id <0QCH014W22A44RE0@dDREAMS>; Thu, 25 Jun 2020 17:01:17 +0900 (JST) Received: from zssg-mailmf101.ddreams.local (unknown [127.0.0.1]) by zssg-mailmf101.ddreams.local (Postfix) with ESMTP id 5FFCF7E603B; Thu, 25 Jun 2020 17:01:17 +0900 (JST) Received: from zssg-mailmf101.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 5E05A8E6054; Thu, 25 Jun 2020 17:01:17 +0900 (JST) Received: from localhost (unknown [127.0.0.1]) by IMSVA (Postfix) with SMTP id 5BFC68E6055; Thu, 25 Jun 2020 17:01:17 +0900 (JST) X-IMSS-HAND-OFF-DIRECTIVE: localhost:10026 Received: from zssg-mailmf101.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 173E48E6051; Thu, 25 Jun 2020 17:01:17 +0900 (JST) Received: from davinci.ntt-tx.co.jp (unknown [10.160.183.139]) by zssg-mailmf101.ddreams.local (Postfix) with ESMTP; Thu, 25 Jun 2020 17:01:17 +0900 (JST) From: x-fn-spp-ml@ntt-tx.co.jp To: spp@dpdk.org, yasufum.o@gmail.com Date: Thu, 25 Jun 2020 17:01:15 +0900 Message-id: <20200625080115.19054-2-x-fn-spp-ml@ntt-tx.co.jp> X-Mailer: git-send-email 2.25.1 MIME-version: 1.0 Content-transfer-encoding: 8bit X-TM-AS-GCONF: 00 Subject: [spp] [PATCH 1/1] docs: add bug report chapter X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Hideyuki Yamashita This patch adds how to issue bug using Bugzilla in RST document. Also reference is addded from "CONTRIBUTING.txt". Signed-off-by: Hideyuki Yamashita Signed-off-by: Naoki Takada --- CONTRIBUTING.txt | 6 ++++++ docs/guides/bug_report.rst | 18 ++++++++++++++++++ docs/guides/index.rst | 1 + 3 files changed, 25 insertions(+) create mode 100644 docs/guides/bug_report.rst diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 957b7fb..3b24738 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -45,6 +45,12 @@ Coding Guidelines * C code should follow the DPDK coding standards. * Python code should follow PEP8. +Bug report +---------- + +How to issue bug is described in "Bug report" chapter +in the RST document. + Maintainer ---------- diff --git a/docs/guides/bug_report.rst b/docs/guides/bug_report.rst new file mode 100644 index 0000000..e9064e3 --- /dev/null +++ b/docs/guides/bug_report.rst @@ -0,0 +1,18 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(c) 2020 Nippon Telegraph and Telephone Corporation + +Bug Report +========== + +SPP is hosted project of DPDK. +DPDK uses Bugzilla as its bug tracking system. + +Users can issue SPP related bugs in the following link: + +https://bugs.dpdk.org/enter_bug.cgi?product=SPP + +Note that to issue new bug, you have to create account to the Bugzilla. + +You can view open SPP related bugs in the following link: + +https://bugs.dpdk.org/buglist.cgi?bug_status=__open__&product=SPP \ No newline at end of file diff --git a/docs/guides/index.rst b/docs/guides/index.rst index 70ec4a6..3ea80ef 100644 --- a/docs/guides/index.rst +++ b/docs/guides/index.rst @@ -15,6 +15,7 @@ SPP documentation commands/index tools/index api_ref/index + bug_report This documentation is the latest tagged version, but some of the latest developing features might be not included. -- 2.17.1