update ISSUE_TEMPLATE

This commit is contained in:
Becod 2020-11-06 19:38:03 +08:00
parent 191da54980
commit 206446ffe2
6 changed files with 136 additions and 29 deletions

View File

@ -1,29 +0,0 @@
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
**What version of frp are you using (./frpc -v or ./frps -v)?**
**What operating system and processor architecture are you using (`go env`)?**
**Configures you used:**
**Steps to reproduce the issue:**
1.
2.
3.
**Describe the results you received:**
**Describe the results you expected:**
**Additional information you deem important (e.g. issue happens only occasionally):**
**Can you point out what caused this issue (optional)**

42
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,42 @@
---
name: BUG反馈
about: 反馈BUG
title: ''
labels: Requires Testing
assignees: ''
---
<!-- ⚠️⚠️ 不完整的报告将被标记为无效,并关闭,少数例外情况除外 ⚠️⚠️ -->
<!-- 此外,请善用搜索,如此反馈中已有能搜索到的相同的解决方案,我们将会直接关闭它-->
<!-- 为了方便区分请使用frps或者frpc代指frp服务端或客户端-->
**[必须] 您正在使用哪个版本的frp**
<!-- 请使用 ./frpc -v 或 ./frps -v -->
版本:
**[必须] 您使用什么操作系统和处理器架构**
系统:
架构:
**[必须] 对于错误的描述**
**配置文件**
<!-- 请注意自行隐藏token,server_addr等隐私信息-->
**log文件**
<!-- 若文件过大请使用pastebin例如https://pastebin.ubuntu.com/ -->
**重现问题的步骤**
1.
2.
3.
**补充信息**
**你认为是什么导致的此问题**
**Checklist**:
<!--- 请确保已完成以下步骤 (在括号中填入 "X" 以选中): -->
- [] 我确保我在上述各节中包含了重现问题的所有信息
- [] 我确保此报告无重复项 [(使用搜索)](https://github.com/fatedier/frp/issues?q=is%3Aissue)

44
.github/ISSUE_TEMPLATE/bug-report_en.md vendored Normal file
View File

@ -0,0 +1,44 @@
---
name: Bug Report
about: Bug Report for FRP
title: ''
labels: Requires Testing
assignees: ''
---
<!-- From Chinese to English by machine translation, welcome to revise and polish. -->
<!-- ⚠️⚠️ Incomplete reports will be marked as invalid, and closed, with few exceptions ⚠️⚠️ -->
<!-- in addition, please use search well so that the same solution can be found in the feedback, we will close it directly -->
<!-- for convenience of differentiation, use FRPS or FRPC to refer to the FRP server or client -->
**[REQUIRED] hat version of frp are you using**
<!-- Use ./frpc -v or ./frps -v -->
Version:
**[REQUIRED] What operating system and processor architecture are you using**
OS:
CPU architecture:
**[REQUIRED] description of errors**
**confile**
<!-- Please pay attention to hiding the token, server_addr and other privacy information -->
**log file**
<!-- If the file is too large, use Pastebin, for example https://pastebin.ubuntu.com/ -->
**Steps to reproduce the issue**
1.
2.
3.
**Supplementary information**
**Can you guess what caused this issue**
**Checklist**:
<!--- Make sure you've completed the following steps (put an "X" between of brackets): -->
- [] I included all information required in the sections above
- [] I made sure there are no duplicates of this report [(Use Search)](https://github.com/fatedier/frp/issues?q=is%3Aissue)

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: DOCS
url: https://gofrp.org/en/docs/
about: Here you can find out how to configure frp.
- name: 文档
url: https://gofrp.org/docs/
about: 在这里您能找到配置frp的方法。

View File

@ -0,0 +1,20 @@
---
name: 功能请求
about: 为这个项目提出一个新点子
title: ''
labels: "[+] Enhancement"
assignees: ''
---
**想要的解决方案**
<!--对您想要的解决方案的清晰而简洁的描述-->
**考虑过的替代方案**
<!--对您考虑过的任何替代解决方案或功能的清晰而简明的描述-->
**此功能该如何实现**
<!--对您想要的解决方案的实现步骤-->
**此功能的应用场景**
<!--对您想要的解决方案的应用场景做一个清晰而简洁的描述-->

View File

@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: "[+] Enhancement"
assignees: ''
---
<!-- From Chinese to English by machine translation, welcome to revise and polish. -->
**The solution you want**
<!--A clear and concise description of the solution you want. -->
**Alternatives considered**
<!--A clear and concise description of any alternative solutions or features you have considered. -->
**How to implement this function**
<!--Implementation steps for the solution you want. -->
**Application scenarios of this function**
<!--Make a clear and concise description of the application scenario of the solution you want. -->