From 039c8e63e70f4c4727b5c440074fa0160efc9962 Mon Sep 17 00:00:00 2001 From: JimhHan <50871214+JimhHan@users.noreply.github.com> Date: Sat, 6 Mar 2021 21:06:58 +0800 Subject: [PATCH] Add: Issue templates --- .github/ISSUE_TEMPLATE/bug-en.md | 91 +++++++++++++++++++ .../{bug---.md => bug-zh-CN.md} | 15 +-- .github/ISSUE_TEMPLATE/feature-en.md | 32 +++++++ .github/ISSUE_TEMPLATE/feature-zh-CN.md | 32 +++++++ .github/ISSUE_TEMPLATE/question-en.md | 17 ++++ .github/ISSUE_TEMPLATE/question-zh-CN.md | 17 ++++ 6 files changed, 198 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-en.md rename .github/ISSUE_TEMPLATE/{bug---.md => bug-zh-CN.md} (63%) create mode 100644 .github/ISSUE_TEMPLATE/feature-en.md create mode 100644 .github/ISSUE_TEMPLATE/feature-zh-CN.md create mode 100644 .github/ISSUE_TEMPLATE/question-en.md create mode 100644 .github/ISSUE_TEMPLATE/question-zh-CN.md diff --git a/.github/ISSUE_TEMPLATE/bug-en.md b/.github/ISSUE_TEMPLATE/bug-en.md new file mode 100644 index 00000000..3f87c017 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-en.md @@ -0,0 +1,91 @@ +--- +name: Bug Report +about: Create a bug report of Xray. +title: '[Bug] ' +labels: '' +assignees: '' + +--- + + + + +**Describe the bug** + + +**To Reproduce** + +1. +2. +3. +4. + +**Expected behavior** + + +**Client Log** + +
+ +``` +Please paste your client log here: + + +``` + +
+ +**Server Log** + +
+ +``` +Please paste your server log here: + + +``` + +
+ +**Client config** + +
+ +```json +Please paste your client config file here: + + +``` + +
+ +**Server Config** + +
+ +```json +Please paste your server config file here: + + +``` + +
+ +**Client Information** + - OS: [e.g. Windows 10] + - Xray version [e.g. 1.3.1] + - Xray installing approach:[e.g. Xray-install] + +**Server Information** +- OS: [e.g. Windows 10] +- Xray version [e.g. 1.3.1] +- Xray installing approach:[e.g. Xray-install] + +**Additional Information** + diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug-zh-CN.md similarity index 63% rename from .github/ISSUE_TEMPLATE/bug---.md rename to .github/ISSUE_TEMPLATE/bug-zh-CN.md index 05cc4c3b..aa623a4c 100644 --- a/.github/ISSUE_TEMPLATE/bug---.md +++ b/.github/ISSUE_TEMPLATE/bug-zh-CN.md @@ -1,7 +1,7 @@ --- name: Bug 反馈 -about: 这是xray的一个bug。 -title: '' +about: 这是 Xray 的一个 bug。 +title: '[Bug] 你发现的bug' labels: '' assignees: '' @@ -9,10 +9,11 @@ assignees: '' **问题描述** @@ -79,10 +80,12 @@ assignees: '' **客户端环境** - 系统与版本: [如 Windows 10] - Xray 版本 [如 1.3.1] + - Xray 安装方式:[如 Xray-install] **服务端环境** - 系统与版本: [如 Windows 10] - Xray 版本 [如 1.3.1] + - Xray 安装方式:[如 Xray-install] **附加信息** diff --git a/.github/ISSUE_TEMPLATE/feature-en.md b/.github/ISSUE_TEMPLATE/feature-en.md new file mode 100644 index 00000000..caaa25ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-en.md @@ -0,0 +1,32 @@ +--- +name: Feature Request +about: Suggest an idea for Xray +title: '[Feature] your idea' +labels: '' +assignees: '' + +--- + + + +**What's your idea?** + + +**Is it related to an issue?** + + +**What's your solution?** + +1. +2. +3. +4. + +**Is there any additional information?** + diff --git a/.github/ISSUE_TEMPLATE/feature-zh-CN.md b/.github/ISSUE_TEMPLATE/feature-zh-CN.md new file mode 100644 index 00000000..ef0be197 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-zh-CN.md @@ -0,0 +1,32 @@ +--- +name: 功能请求 +about: 希望 Xray 添加一个新功能。 +title: '[Feature] 你的想法' +labels: '' +assignees: '' + +--- + + + +**您的想法是什么?** + + +**是否与已知的 issue 相关?** + + +**您认为应如何实现此功能?** + +1. +2. +3. +4. + +**有没有额外的信息?** + diff --git a/.github/ISSUE_TEMPLATE/question-en.md b/.github/ISSUE_TEMPLATE/question-en.md new file mode 100644 index 00000000..cd01dfc8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-en.md @@ -0,0 +1,17 @@ +--- +name: Question +about: Question of Xray. +title: '' +labels: '' +assignees: '' + +--- + + + diff --git a/.github/ISSUE_TEMPLATE/question-zh-CN.md b/.github/ISSUE_TEMPLATE/question-zh-CN.md new file mode 100644 index 00000000..7ab07db0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-zh-CN.md @@ -0,0 +1,17 @@ +--- +name: 使用疑问 +about: 使用 Xray 时的疑问。 +title: '' +labels: '' +assignees: '' + +--- + + +