diff --git a/.github/ISSUE_TEMPLATE/bug_report_en.md b/.github/ISSUE_TEMPLATE/bug_report_en.md new file mode 100644 index 00000000..d1998ede --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_en.md @@ -0,0 +1,39 @@ +--- +name: Bug report (English) +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +### Describe the bug + +### Environment + +- Shadowsocks client version: +- OS version: +- .NET version: + +### Steps you have tried + + +### What did you expect to see? + + +### What did you see instead? + + +### Config and error log in detail (with all sensitive info masked) + +``` +PASTE LOG HERE +``` diff --git a/.github/ISSUE_TEMPLATE/bug_report_zh.md b/.github/ISSUE_TEMPLATE/bug_report_zh.md new file mode 100644 index 00000000..17d46f70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_zh.md @@ -0,0 +1,39 @@ +--- +name: Bug报告 (中文) +about: 反馈Bug +title: '' +labels: bug report +assignees: '' + +--- + + + +### 简要描述问题 + +### 环境 + +- Shadowsocks客户端版本: +- 操作系统版本: +- .NET版本: + +### 操作步骤 + + +### 期望的结果 + + +### 实际结果 + + +### 配置文件和日志文件(请隐去敏感信息) + +``` +在此粘贴日志 +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..24473dee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. \ No newline at end of file diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index e7b739be..00000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,29 +0,0 @@ - - -### Shadowsocks version / 影梭版本 - - -### Environment (Operating system, .NET Framework, etc) / 使用环境(操作系统,.NET Framework等) - - -### Steps you have tried / 操作步骤 - - -### What did you expect to see? / 期望的结果 - - -### What did you see instead? / 实际结果 - - -### Config and error log in detail (with all sensitive info masked) / 配置文件和日志文件(请隐去敏感信息)