diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 9c9b8e98..b543766a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,42 +1,44 @@ --- -name: BUG反馈 -about: 反馈BUG +name: Bug Report +about: Bug Report for FRP title: '' labels: Requires Testing assignees: '' --- - - - + -**[必须] 您正在使用哪个版本的frp** - -版本: + + + -**[必须] 您使用什么操作系统和处理器架构** -系统: -架构: +**[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** -**log文件** - +**confile** + -**重现问题的步骤** +**log file** + + +**Steps to reproduce the issue** 1. 2. 3. -**补充信息** +**Supplementary information** -**你认为是什么导致的此问题** +**Can you guess what caused this issue** **Checklist**: - -- [] 我确保我在上述各节中包含了重现问题的所有信息 -- [] 我确保此报告无重复项 [(使用搜索)](https://github.com/fatedier/frp/issues?q=is%3Aissue) \ No newline at end of file + +- [] 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/bug-report_en.md b/.github/ISSUE_TEMPLATE/bug-report_en.md deleted file mode 100644 index b543766a..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report_en.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -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 index bcf3cd18..185adb67 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,3 @@ 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 index 326a0c63..ba717a86 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,22 @@ --- -name: 功能请求 -about: 为这个项目提出一个新点子 +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 diff --git a/.github/ISSUE_TEMPLATE/feature_request_en.md b/.github/ISSUE_TEMPLATE/feature_request_en.md deleted file mode 100644 index ba717a86..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request_en.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -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