diff --git a/.github/ISSUE_TEMPLATE/bug_en.md b/.github/ISSUE_TEMPLATE/bug_en.md index 6c0a7b01..d7d3c573 100644 --- a/.github/ISSUE_TEMPLATE/bug_en.md +++ b/.github/ISSUE_TEMPLATE/bug_en.md @@ -27,10 +27,14 @@ labels: bug ```bash # daemon mode journalctl -u v2raya | tail -n 50 + sudo tail -n 50 /var/log/v2raya/v2raya.log # docker mode docker logs v2raya ``` + + You can also paste the log that comes from web administration page + ```shell # Paste running logs here diff --git a/.github/ISSUE_TEMPLATE/bug_zh.md b/.github/ISSUE_TEMPLATE/bug_zh.md index 3e0aaf2d..0af57d00 100644 --- a/.github/ISSUE_TEMPLATE/bug_zh.md +++ b/.github/ISSUE_TEMPLATE/bug_zh.md @@ -27,10 +27,13 @@ labels: bug ```bash # daemon mode journalctl -u v2raya | tail -n 50 + sudo tail -n 50 /var/log/v2raya/v2raya.log # docker mode docker logs v2raya ``` + 或者粘贴来自 Web 页面的日志 + ```shell # 此处贴入运行日志 diff --git a/.github/ISSUE_TEMPLATE/help_en.md b/.github/ISSUE_TEMPLATE/help_en.md index 714aaaeb..18e4f961 100644 --- a/.github/ISSUE_TEMPLATE/help_en.md +++ b/.github/ISSUE_TEMPLATE/help_en.md @@ -24,10 +24,13 @@ labels: help wanted ```bash # daemon mode journalctl -u v2raya | tail -n 50 - + sudo tail -n 50 /var/log/v2raya/v2raya.log + # docker mode docker logs v2raya ``` + You can also paste the log that comes from web administration page + ```shell # Paste running logs here diff --git a/.github/ISSUE_TEMPLATE/help_zh.md b/.github/ISSUE_TEMPLATE/help_zh.md index 294f7ea0..32ead70c 100644 --- a/.github/ISSUE_TEMPLATE/help_zh.md +++ b/.github/ISSUE_TEMPLATE/help_zh.md @@ -25,10 +25,14 @@ labels: help wanted ```bash # daemon mode journalctl -u v2raya | tail -n 50 - + sudo tail -n 50 /var/log/v2raya/v2raya.log + # docker mode docker logs v2raya ``` + + 或者粘贴来自 Web 管理页面的日志 + ```shell # 此处贴入运行日志