From 604ed979628560972e583d19724b530852996c01 Mon Sep 17 00:00:00 2001 From: Robbie Tu Date: Wed, 24 Jul 2024 21:53:07 -0700 Subject: [PATCH] update for issue template --- issue_report_template.md | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/issue_report_template.md b/issue_report_template.md index 850231ef..271d33c1 100644 --- a/issue_report_template.md +++ b/issue_report_template.md @@ -1,12 +1,47 @@ *Note: In order to provide a more accurate answer to your issue, please put forward your issue with below template.* - # CP 版本号(CP Version) +*说明:问题在哪个版本发现。 如:0.7.5* + +*Note:the version on which the issue is found. For example, 0.7.5* + # 问题描述(Issue description) +*说明:对该问题进行详细的描述。例如:使用zmq方式转发数据包,发现有少量乱序。* + +*Note:Describe your issue in detail here. For example: when forward packets with zmq, we found that a few of packets were disordered.* + # 重现方法(How to reproduce) -# 日志(logs) +*说明:描述发现该问题的测试方法和步骤。* + +*例如:* + +1. *通过cpm下发采集任务,转发方式为zmq* +2. *将数据包dump到本地** +3. *查看pcap文件,发现有乱序** + +*Note: Description the steps of how to reproduce the issue.* + +*For example,* + +1. *CPM dispatch the task of capturing packts and transferring them with zmq* +2. *dump the packets captured locally* +3. *open the pcap file, we found the issue of disorder.* # 附件和附件说明(Attachments and their description) + +*说明:每个附件说明信息。* + +*例如:* + +1. pktming.log: * CP的运行日志* +2. *dump.jpg: pcap文件的截图* + +*Note: the description of all attachements.* + +*For example:* + +1. *pktminerg.log: the log of CP* +2. *dump.jpg: the screenshot of the dump pcap file.*