Browse Source

update issue template

tags/4.2.0.0
Student Main 4 years ago
parent
commit
8f09c4782f
4 changed files with 98 additions and 29 deletions
  1. +39
    -0
      .github/ISSUE_TEMPLATE/bug_report_en.md
  2. +39
    -0
      .github/ISSUE_TEMPLATE/bug_report_zh.md
  3. +20
    -0
      .github/ISSUE_TEMPLATE/feature_request.md
  4. +0
    -29
      .github/issue_template.md

+ 39
- 0
.github/ISSUE_TEMPLATE/bug_report_en.md View File

@@ -0,0 +1,39 @@
---
name: Bug report (English)
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!--
- Shadowsocks is a non-profit open source project. If you bought the service from a provider, please contact them.
- If you have questions rather than Shadowsocks Windows client, please go to https://github.com/shadowsocks
- Please read Wiki carefully, especially https://github.com/shadowsocks/shadowsocks-windows/wiki/Troubleshooting
- And search from Issue Board https://github.com/shadowsocks/shadowsocks-windows/issues?utf8=%E2%9C%93&q=is%3Aissue
- Please include the following information. Questions lacking details will be closed.
-->

### 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
```

+ 39
- 0
.github/ISSUE_TEMPLATE/bug_report_zh.md View File

@@ -0,0 +1,39 @@
---
name: Bug报告 (中文)
about: 反馈Bug
title: ''
labels: bug report
assignees: ''

---

<!--
- 影梭(Shadowsocks)是一个开源非盈利项目,不提供任何托管服务。如果你是从服务提供商购买的服务,请联系他们。
- 如果你有非影梭Windows客户端相关的问题,请去 https://github.com/shadowsocks
- 提问前请先阅读wiki https://github.com/shadowsocks/shadowsocks-windows/wiki/Troubleshooting.
- 并在Issue Board中搜索 https://github.com/shadowsocks/shadowsocks-windows/issues?utf8=%E2%9C%93&q=is%3Aissue
- 请按照以下格式描述你的问题,描述不清的问题将会被关闭。
-->

### 简要描述问题

### 环境

- Shadowsocks客户端版本:
- 操作系统版本:
- .NET版本:

### 操作步骤


### 期望的结果


### 实际结果


### 配置文件和日志文件(请隐去敏感信息)

```
在此粘贴日志
```

+ 20
- 0
.github/ISSUE_TEMPLATE/feature_request.md View File

@@ -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.

+ 0
- 29
.github/issue_template.md View File

@@ -1,29 +0,0 @@
<!--
- Shadowsocks is a non-profit open source project. If you bought the service from a provider, please contact them.
影梭(Shadowsocks)是一个开源非盈利项目,不提供任何托管服务。如果你是从服务提供商购买的服务,请联系他们。
- If you have questions rather than Shadowsocks Windows client, please go to https://github.com/shadowsocks
如果你有非影梭Windows客户端相关的问题,请去 https://github.com/shadowsocks
- Please read Wiki carefully, especially https://github.com/shadowsocks/shadowsocks-windows/wiki/Troubleshooting
提问前请先阅读wiki https://github.com/shadowsocks/shadowsocks-windows/wiki/Troubleshooting.
- And search from Issue Board https://github.com/shadowsocks/shadowsocks-windows/issues?utf8=%E2%9C%93&q=is%3Aissue
并在Issue Board中搜索 https://github.com/shadowsocks/shadowsocks-windows/issues?utf8=%E2%9C%93&q=is%3Aissue
- Please include the following information. Questions lacking details will be closed.
请按照以下格式描述你的问题,描述不清的问题将会被关闭。
-->
### 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) / 配置文件和日志文件(请隐去敏感信息)

Loading…
Cancel
Save