From 0138dbd352f052bac64963a0d7f24ce94f62808e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=93=9D=E4=BA=91Reyes?= <35525491+BecodReyes@users.noreply.github.com> Date: Mon, 9 Nov 2020 19:39:56 +0800 Subject: [PATCH] update ISSUE_TEMPLATE (#2061) --- .github/ISSUE_TEMPLATE | 29 --------------- .github/ISSUE_TEMPLATE/bug-report.md | 44 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++ 4 files changed, 71 insertions(+), 29 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index 8ca17c0..0000000 --- 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 0000000..b543766 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.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 0000000..5e8d50b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: DOCS + url: https://github.com/fatedier/frp + about: Here you can find out how to configure frp. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..ba717a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.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