From 80683f997aeee19f7c82568cb3a47f1a1ff629dc Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Fri, 14 Feb 2020 19:15:40 +0800 Subject: [PATCH] Chore: add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 96 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 78 ++++++++++++++++++ 2 files changed, 174 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..932ada01 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,96 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]" +labels: '' +assignees: '' + +--- + + +感谢你向 Clash Core 提交 issue! +在提交之前,请确认: + +- [ ] 我已经在 [Issue Tracker](……/) 中找过我要提出的问题 +- [ ] 这是 Clash 核心的问题,并非我所使用的 Clash 衍生版本(如 Openclash、Koolclash 等)的特定问题 +- [ ] 我已经使用 Clash core 的 dev 分支版本测试过,问题依旧存在 +- [ ] 如果你可以自己 debug 并解决的话,提交 PR 吧! + +请注意,如果你并没有遵照这个 issue template 填写内容,我们将直接关闭这个 issue。 + + + +我都确认过了,我要继续提交。 + +------------------------------------------------------------------ + +请附上任何可以帮助我们解决这个问题的信息,如果我们收到的信息不足,我们将对这个 issue 加上 *Needs more information* 标记并在收到更多资讯之前关闭 issue。 + + +### clash core config + +``` +…… +``` + +### Clash log + +``` +…… +``` + +### 环境 Environment + +* Clash Core 的操作系统 (the OS that the Clash core is running on) +…… +* 使用者的操作系统 (the OS running on the client) +…… +* 网路环境或拓扑 (network conditions/topology) +…… +* iptables,如果适用 (if applicable) +…… +* ISP 有没有进行 DNS 污染 (is your ISP performing DNS pollution?) +…… +* 其他 +…… + +### 说明 Description + + + +### 重现问题的具体布骤 Steps to Reproduce + +1. [First Step] +2. [Second Step] +3. …… + +**我预期会发生……?** + + +**实际上发生了什麽?** + + +### 可能的解决方案 Possible Solution + + + + +### 更多信息 More Information diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..d5ddc956 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,78 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature]" +labels: '' +assignees: '' + +--- + + +感谢你向 Clash Core 提交 Feature Request! +在提交之前,请确认: + +- [ ] 我已经在 [Issue Tracker](……/) 中找过我要提出的请求 + +请注意,如果你并没有遵照这个 issue template 填写内容,我们将直接关闭这个 issue。 + + + +我都确认过了,我要继续提交。 + +------------------------------------------------------------------ + +请附上任何可以帮助我们解决这个问题的信息,如果我们收到的信息不足,我们将对这个 issue 加上 *Needs more information* 标记并在收到更多资讯之前关闭 issue。 + + +### Clash core config + +``` +…… +``` + +### Clash log + +``` +…… +``` + +### 环境 Environment + +* Clash Core 的操作系统 (the OS that the Clash core is running on) +…… +* 使用者的操作系统 (the OS running on the client) +…… +* 网路环境或拓扑 (network conditions/topology) +…… +* iptables,如果适用 (if applicable) +…… +* ISP 有没有进行 DNS 污染 (is your ISP performing DNS pollution?) +…… +* 其他 +…… + +### 说明 Description + + + +### 可能的解决方案 Possible Solution + + + + +### 更多信息 More Information