From c42901e761dae681b16bf8cccc22cc285ae53da7 Mon Sep 17 00:00:00 2001 From: oldme <45782393+oldme-git@users.noreply.github.com> Date: Sun, 31 Dec 2023 23:02:09 +0800 Subject: [PATCH 1/7] Update Gohub issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 44 +++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement-request.md | 14 ++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 +++++++ .github/ISSUE_TEMPLATE/question.md | 11 +++++ 4 files changed, 85 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement-request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000000..78decd77e4c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + + + + + + + + +**What version of `Go` and system type/arch are you using?** + + + +**What version of `GoFrame` are you using?** + + + +**Can this bug be re-produced with the latest release?** + + + +**What did you do?** + + + + +**What did you expect to see?** + + + +**What did you see instead?** diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md new file mode 100644 index 00000000000..bdb4e26b0de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement-request.md @@ -0,0 +1,14 @@ +--- +name: Enhancement request +about: Enhance an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Components that You wish to enhance** + +**Enhance what** + +**Additional** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..b34a004acab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** + +**Describe the solution you'd like** + +**Describe alternatives you've considered** + +**Additional** diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000000..e0d8ad97090 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question +about: I want to ask a question +title: '' +labels: question +assignees: '' + +--- + + +**What do you want to ask** From 9da2f7ff1360ecc104e5ced0cd3524ef7a9a508c Mon Sep 17 00:00:00 2001 From: oldme <45782393+oldme-git@users.noreply.github.com> Date: Sun, 31 Dec 2023 23:02:47 +0800 Subject: [PATCH 2/7] Delete .github/ISSUE_TEMPLATE.MD --- .github/ISSUE_TEMPLATE.MD | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.MD diff --git a/.github/ISSUE_TEMPLATE.MD b/.github/ISSUE_TEMPLATE.MD deleted file mode 100644 index 540e46b4bd9..00000000000 --- a/.github/ISSUE_TEMPLATE.MD +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - -### 1. What version of `Go` and system type/arch are you using? - - - -### 2. What version of `GoFrame` are you using? - - - -### 3. Can this issue be re-produced with the latest release? - - - -### 4. What did you do? - - - - -### 5. What did you expect to see? - - - -### 6. What did you see instead? - - - From c6e4b55d2a89ce35f31477f1b9b4654dbcdf7433 Mon Sep 17 00:00:00 2001 From: oldme Date: Sun, 31 Dec 2023 23:15:50 +0800 Subject: [PATCH 3/7] up --- .github/ISSUE_TEMPLATE/{feature_request.md => feature-request.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{feature_request.md => feature-request.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature-request.md From cbed63e9a5f5ff7556d82133eae187863f972100 Mon Sep 17 00:00:00 2001 From: oldme Date: Tue, 2 Jan 2024 20:25:09 +0800 Subject: [PATCH 4/7] up --- .github/ISSUE_TEMPLATE/enhancement-request.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md index bdb4e26b0de..93750e8a98b 100644 --- a/.github/ISSUE_TEMPLATE/enhancement-request.md +++ b/.github/ISSUE_TEMPLATE/enhancement-request.md @@ -7,8 +7,8 @@ assignees: '' --- -**Components that You wish to enhance** +**Package that You wish to enhance** -**Enhance what** +**Enhancement description** **Additional** From df5cf1456b65d82ca770b84ca1331eb0943724c9 Mon Sep 17 00:00:00 2001 From: oldme Date: Tue, 2 Jan 2024 20:30:24 +0800 Subject: [PATCH 5/7] up --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 78decd77e4c..7e88b054b8a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -17,7 +17,7 @@ assignees: '' **What version of `Go` and system type/arch are you using?** diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index b34a004acab..174d738a033 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -7,7 +7,7 @@ assignees: '' --- -**Is your feature request related to a problem? Please describe.** +**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** From df80f5c09b04b563c62222f864e6ba6bdf5cf1ac Mon Sep 17 00:00:00 2001 From: oldme Date: Tue, 2 Jan 2024 20:31:03 +0800 Subject: [PATCH 6/7] up --- .github/ISSUE_TEMPLATE/bug-report.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 7e88b054b8a..c9adf179d34 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -20,25 +20,17 @@ Please paste the output of command `go version` from your terminal. What expects to see is like: `go 1.12, linux/amd64` --> - **What version of `GoFrame` are you using?** - **Can this bug be re-produced with the latest release?** - - **What did you do?** - - **What did you expect to see?** - - **What did you see instead?** From abe29229d91efa68302beac59a9b0c9cf8b74cc7 Mon Sep 17 00:00:00 2001 From: oldme Date: Tue, 2 Jan 2024 20:33:36 +0800 Subject: [PATCH 7/7] up --- .github/ISSUE_TEMPLATE/bug-report.md | 5 +++++ .github/ISSUE_TEMPLATE/enhancement-request.md | 2 ++ .github/ISSUE_TEMPLATE/feature-request.md | 3 +++ 3 files changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index c9adf179d34..4fa1cfa1265 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -20,17 +20,22 @@ Please paste the output of command `go version` from your terminal. What expects to see is like: `go 1.12, linux/amd64` --> + **What version of `GoFrame` are you using?** + **Can this bug be re-produced with the latest release?** + **What did you do?** + **What did you expect to see?** + **What did you see instead?** diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md index 93750e8a98b..83fc3ba52b8 100644 --- a/.github/ISSUE_TEMPLATE/enhancement-request.md +++ b/.github/ISSUE_TEMPLATE/enhancement-request.md @@ -9,6 +9,8 @@ assignees: '' **Package that You wish to enhance** + **Enhancement description** + **Additional** diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 174d738a033..5d76856327c 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -9,8 +9,11 @@ assignees: '' **Is your feature request related to a problem? Please describe.** + **Describe the solution you'd like** + **Describe alternatives you've considered** + **Additional**