From f44cd9180cdb331744b22877a68db8dc0d380eae Mon Sep 17 00:00:00 2001 From: Birkhoff Lee Date: Tue, 30 Jun 2020 13:37:53 +0800 Subject: [PATCH] Chore: update GitHub issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 44 +++++++++++++++------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 932ada0..2e5b755 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,48 +7,54 @@ assignees: '' --- - + -我都确认过了,我要继续提交。 - ------------------------------------------------------------------ + +Make sure to add **all the information needed to understand the bug** so that someone can help. If the info is missing we'll add the 'Needs more information' label and close the issue until there is enough information. +--> -### clash core config +### Clash config -``` +
+ config.yaml + +```yaml …… ``` +
+ ### Clash log ``` @@ -57,9 +63,7 @@ Paste the Clash core log below with the log level set to `DEBUG`. ### 环境 Environment -* Clash Core 的操作系统 (the OS that the Clash core is running on) -…… -* 使用者的操作系统 (the OS running on the client) +* 操作系统 (the OS that the Clash core is running on) …… * 网路环境或拓扑 (network conditions/topology) …… @@ -67,7 +71,7 @@ Paste the Clash core log below with the log level set to `DEBUG`. …… * ISP 有没有进行 DNS 污染 (is your ISP performing DNS pollution?) …… -* 其他 +* 其他 (any other information that would be useful) …… ### 说明 Description @@ -85,7 +89,7 @@ Paste the Clash core log below with the log level set to `DEBUG`. **我预期会发生……?** -**实际上发生了什麽?** +**实际上发生了什么?** ### 可能的解决方案 Possible Solution