From 206446ffe2f00880a33823c7284f31ddd5e8d6a5 Mon Sep 17 00:00:00 2001 From: Becod <35525491+BecodReyes@users.noreply.github.com> Date: Fri, 6 Nov 2020 19:38:03 +0800 Subject: [PATCH] update ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE | 29 ------------- .github/ISSUE_TEMPLATE/bug-report.md | 42 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug-report_en.md | 44 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++ .github/ISSUE_TEMPLATE/feature_request_en.md | 22 ++++++++++ 6 files changed, 136 insertions(+), 29 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report_en.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request_en.md diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index 8ca17c08..00000000 --- a/.github/ISSUE_TEMPLATE +++ /dev/null @@ -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)** diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..9c9b8e98 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,42 @@ +--- +name: BUG反馈 +about: 反馈BUG +title: '' +labels: Requires Testing +assignees: '' + +--- + + + + + +**[必须] 您正在使用哪个版本的frp** + +版本: + +**[必须] 您使用什么操作系统和处理器架构** +系统: +架构: + +**[必须] 对于错误的描述** + +**配置文件** + + +**log文件** + + +**重现问题的步骤** +1. +2. +3. + +**补充信息** + +**你认为是什么导致的此问题** + +**Checklist**: + +- [] 我确保我在上述各节中包含了重现问题的所有信息 +- [] 我确保此报告无重复项 [(使用搜索)](https://github.com/fatedier/frp/issues?q=is%3Aissue) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug-report_en.md b/.github/ISSUE_TEMPLATE/bug-report_en.md new file mode 100644 index 00000000..b543766a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report_en.md @@ -0,0 +1,44 @@ +--- +name: Bug Report +about: Bug Report for FRP +title: '' +labels: Requires Testing +assignees: '' + +--- + + + + + + + +**[REQUIRED] hat version of frp are you using** + +Version: + +**[REQUIRED] What operating system and processor architecture are you using** +OS: +CPU architecture: + +**[REQUIRED] description of errors** + +**confile** + + +**log file** + + +**Steps to reproduce the issue** +1. +2. +3. + +**Supplementary information** + +**Can you guess what caused this issue** + +**Checklist**: + +- [] 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) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..bcf3cd18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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的方法。 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..326a0c63 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: 功能请求 +about: 为这个项目提出一个新点子 +title: '' +labels: "[+] Enhancement" +assignees: '' + +--- + +**想要的解决方案** + + +**考虑过的替代方案** + + +**此功能该如何实现** + + +**此功能的应用场景** + diff --git a/.github/ISSUE_TEMPLATE/feature_request_en.md b/.github/ISSUE_TEMPLATE/feature_request_en.md new file mode 100644 index 00000000..ba717a86 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_en.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: "[+] Enhancement" +assignees: '' + +--- + + + +**The solution you want** + + +**Alternatives considered** + + +**How to implement this function** + + +**Application scenarios of this function** + \ No newline at end of file