From 90d9510d23f88269f76ca9ab005eb96b6f18b494 Mon Sep 17 00:00:00 2001 From: UlricQin Date: Mon, 23 Aug 2021 17:03:34 +0800 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f57570e7..da0a0561 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,16 +4,19 @@ about: Report a bug encountered while operating Nightingale labels: kind/bug --- -**What happened**: +**问题现象**: -**What you expected to happen**: -**How to reproduce it (as minimally and precisely as possible)**: +**复现方法**: -**Anything else we need to know?**: -**Environment**: -- Nightingale Version (`./n9e-rdb -v`): -- OS Version (`uname -a`): -- Logs (stdout/error/warning/http.request/http.response): -- Others: \ No newline at end of file +**环境信息**: + +- 夜莺服务端版本 (通过`./n9e-server -v`可得知版本): +- 夜莺客户端版本 (通过`./n9e-agentd -v`可得知版本): +- 操作系统版本 (通过`uname -a`可得知OS版本): + +**日志线索**: + +*日志分两部分,一个是logs目录下;另一部分是stdout,如果是systemd托管的,可以通过 `journalctl -u -f` 查看* + -- GitLab