From fddec3f277df6fadf4a7d438dfdb3e5d89aa7ea7 Mon Sep 17 00:00:00 2001 From: IMaster Date: Wed, 19 Feb 2025 10:01:16 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 提交一个bug反馈的工单模版 Signed-off-by: IMaster --- .gitea/ISSUE_TEMPLATE/bug-report.md | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug-report.md diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.md b/.gitea/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..644820de --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,33 @@ +--- +name: "Bug 反馈" +about: "反馈一个Bug用来帮助改进项目" +title: "Bug: [Short Description]" +ref: "v2" +labels: + - bug + - "help needed" +assignees: ["zuohuaijun","IMaster"] +--- + +### 问题描述 +请详细描述您遇到的问题: + +### 复现步骤 +1. +2. +3. + +### 预期结果 +描述您期望的结果: + +### 实际结果 +描述实际发生的情况: + +### 环境信息 +- 操作系统: +- .NET版本: +- NODE版本: +- 浏览器: + +### 其他信息 +如有其他相关信息,请在此处补充。 \ No newline at end of file From 4532c3df69f7f284b5f9506362914aa0ee0d790b Mon Sep 17 00:00:00 2001 From: IMaster Date: Wed, 19 Feb 2025 15:56:15 +0800 Subject: [PATCH 2/9] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitea/pull=5Frequest?= =?UTF-8?q?=5Ftemplate.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: IMaster --- .gitea/pull_request_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitea/pull_request_template.md diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md new file mode 100644 index 00000000..8e744fe2 --- /dev/null +++ b/.gitea/pull_request_template.md @@ -0,0 +1,28 @@ +## 标题 +[功能/修复] 简要描述更改内容 + +## 描述 +### 问题背景 +简要描述为什么要进行这些更改。 + +### 解决方案 +详细说明你做了哪些更改,以及这些更改如何解决问题。 + +### 测试情况 +描述测试结果和测试范围。 + +## 相关分支 +- 目标分支:`main` +- 源分支:`feature/new-feature` + +## 相关链接 +- 相关 Issue:[#123](https://code.adminnet.top/Admin.NET/Admin.NET.Pro/issues/123) +- 相关 PR:[#456](https://code.adminnet.top/Admin.NET/Admin.NET.Pro/issues/456) + +## 待办事项 +- [ ] 完成功能 X 的实现 +- [ ] 修复已知问题 Y +- [ ] 添加测试用例 + +## 注意事项 +如果有任何需要注意的地方,请在这里说明。 \ No newline at end of file From 400d968ebeeef5f3f2b65cdb9eaa46e374910885 Mon Sep 17 00:00:00 2001 From: IMaster Date: Wed, 19 Feb 2025 16:06:07 +0800 Subject: [PATCH 3/9] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitea/ISSUE=5FTEMPLAT?= =?UTF-8?q?E/bug-report.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: IMaster --- .gitea/ISSUE_TEMPLATE/bug-report.yaml | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug-report.yaml diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml new file mode 100644 index 00000000..a2fc7ee2 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -0,0 +1,41 @@ +--- +name: Bug Report +about: Report a bug to help us improve +title: '' +labels: [bug] +assignees: [] + +fields: + - name: 问题描述 + description: 请详细描述您遇到的问题 + type: textarea + required: true + + - name: 环境信息 + description: 请提供操作系统环境、.NET版本 和 Node 版本 + type: textarea + required: true + + - name: 重现步骤 + description: 请列出重现问题的步骤 + type: textarea + required: true + + - name: 预期结果 + description: 请描述您期望的结果 + type: textarea + required: true + + - name: 实际结果 + description: 请描述实际发生的情况 + type: textarea + required: true + + - name: 严重性 + description: 请选择问题的严重性 + type: select + options: + - 低 + - 中 + - 高 + required: true \ No newline at end of file From 2fc67807376435e30fbc089b8b368f94f3002f9e Mon Sep 17 00:00:00 2001 From: IMaster Date: Wed, 19 Feb 2025 16:06:20 +0800 Subject: [PATCH 4/9] =?UTF-8?q?=E5=88=A0=E9=99=A4=20.gitea/ISSUE=5FTEMPLAT?= =?UTF-8?q?E/bug-report.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug-report.md | 33 ----------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .gitea/ISSUE_TEMPLATE/bug-report.md diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.md b/.gitea/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 644820de..00000000 --- a/.gitea/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: "Bug 反馈" -about: "反馈一个Bug用来帮助改进项目" -title: "Bug: [Short Description]" -ref: "v2" -labels: - - bug - - "help needed" -assignees: ["zuohuaijun","IMaster"] ---- - -### 问题描述 -请详细描述您遇到的问题: - -### 复现步骤 -1. -2. -3. - -### 预期结果 -描述您期望的结果: - -### 实际结果 -描述实际发生的情况: - -### 环境信息 -- 操作系统: -- .NET版本: -- NODE版本: -- 浏览器: - -### 其他信息 -如有其他相关信息,请在此处补充。 \ No newline at end of file From cde6bc561f4d290e052d327dfb98ab8177cdd911 Mon Sep 17 00:00:00 2001 From: IMaster Date: Wed, 19 Feb 2025 16:07:26 +0800 Subject: [PATCH 5/9] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitea/ISSUE=5FTEMPLAT?= =?UTF-8?q?E/feature=5Frequest.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: IMaster --- .gitea/ISSUE_TEMPLATE/feature_request.yaml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.gitea/ISSUE_TEMPLATE/feature_request.yaml b/.gitea/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 00000000..b4a11280 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,26 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: '' +labels: [feature] +assignees: [] + +fields: + - name: 功能描述 + description: 请详细描述您希望的功能 + type: textarea + required: true + + - name: 优先级 + description: 请选择功能的优先级 + type: select + options: + - 高 + - 中 + - 低 + required: true + + - name: 是否需要设计? + description: 是否需要设计团队参与? + type: checkbox + required: false \ No newline at end of file From 4bcf90a203fe414d5504eda9d49ad16ebd86031d Mon Sep 17 00:00:00 2001 From: IMaster Date: Wed, 19 Feb 2025 16:18:28 +0800 Subject: [PATCH 6/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/ISSUE=5FTEMPLAT?= =?UTF-8?q?E/feature=5Frequest.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: IMaster --- .gitea/ISSUE_TEMPLATE/feature_request.yaml | 51 ++++++++++++---------- 1 file changed, 29 insertions(+), 22 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/feature_request.yaml b/.gitea/ISSUE_TEMPLATE/feature_request.yaml index b4a11280..0dc1a57d 100644 --- a/.gitea/ISSUE_TEMPLATE/feature_request.yaml +++ b/.gitea/ISSUE_TEMPLATE/feature_request.yaml @@ -1,26 +1,33 @@ --- -name: Feature Request +name: 功能请求 about: Suggest an idea for this project -title: '' -labels: [feature] -assignees: [] +title: '[feature]:' +body: + - type: textarea + id: feature + attributes: + label: 功能描述 + description: 请详细描述您希望的功能 + validations: + required: false -fields: - - name: 功能描述 - description: 请详细描述您希望的功能 - type: textarea - required: true + - type: dropdown + id: level + attributes: + label: 优先级 + description: 请选择功能的优先级 + options: + - 高 + - 中 + - 低 + validations: + required: true - - name: 优先级 - description: 请选择功能的优先级 - type: select - options: - - 高 - - 中 - - 低 - required: true - - - name: 是否需要设计? - description: 是否需要设计团队参与? - type: checkbox - required: false \ No newline at end of file + - type: checkboxes + id: design + attributes: + label: 是否需要设计? + description: 是否需要设计团队参与? + options: + - label: 需要 + - label: 不需要 \ No newline at end of file From 6694a74e4cf00368273350f46f6ec521c10deb5b Mon Sep 17 00:00:00 2001 From: IMaster Date: Wed, 19 Feb 2025 16:27:19 +0800 Subject: [PATCH 7/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/ISSUE=5FTEMPLAT?= =?UTF-8?q?E/bug=5Freport.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: IMaster --- .gitea/ISSUE_TEMPLATE/bug-report.yaml | 41 --------------- .gitea/ISSUE_TEMPLATE/bug_report.yaml | 76 +++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 41 deletions(-) delete mode 100644 .gitea/ISSUE_TEMPLATE/bug-report.yaml create mode 100644 .gitea/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml deleted file mode 100644 index a2fc7ee2..00000000 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ /dev/null @@ -1,41 +0,0 @@ ---- -name: Bug Report -about: Report a bug to help us improve -title: '' -labels: [bug] -assignees: [] - -fields: - - name: 问题描述 - description: 请详细描述您遇到的问题 - type: textarea - required: true - - - name: 环境信息 - description: 请提供操作系统环境、.NET版本 和 Node 版本 - type: textarea - required: true - - - name: 重现步骤 - description: 请列出重现问题的步骤 - type: textarea - required: true - - - name: 预期结果 - description: 请描述您期望的结果 - type: textarea - required: true - - - name: 实际结果 - description: 请描述实际发生的情况 - type: textarea - required: true - - - name: 严重性 - description: 请选择问题的严重性 - type: select - options: - - 低 - - 中 - - 高 - required: true \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.yaml b/.gitea/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 00000000..3c086469 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,76 @@ +--- +name: Bug 反馈 +about: Report a bug to help us improve +title: '[bug]' +body: + - type: textarea + id: content + attributes: + label: 问题描述 + description: 请详细描述您遇到的问题 + placeholder: 填写遇到的问题 + validations: + required: true + + - type: input + id: system + attributes: + label: 操作系统环境 + description: 请提供操作系统环境 + placeholder: Linux、MacOS、Windows、Other + validations: + required: true + + - type: input + id: net_version + attributes: + label: .NET版本 + description: 请提供 .NET版本 + placeholder: .net6.0、.net7.0、.net8.0、.net9.0 + validations: + required: true + + - type: input + id: node_version + attributes: + label: Node 版本 + description: 请提供 Node 版本 + placeholder: 18.18.0、20.20.4 + validations: + required: true + + - type: textarea + id: steps + attributes: + label: 重现步骤 + description: 请列出重现问题的步骤 + validations: + required: true + + - type: textarea + id: expect + attributes: + label: 预期结果 + description: 请描述您期望的结果 + validations: + required: true + + - type: textarea + id: result + attributes: + label: 实际结果 + description: 请描述实际发生的情况 + validations: + required: true + + - type: dropdown + id: level + attributes: + label: 严重性 + description: 请选择问题的严重性 + options: + - 低 + - 中 + - 高 + validations: + required: true \ No newline at end of file From 1c71d9efc5a9f6e4e7429ad3ff7e9c3a1ab398b2 Mon Sep 17 00:00:00 2001 From: IMaster Date: Wed, 19 Feb 2025 16:30:08 +0800 Subject: [PATCH 8/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/ISSUE=5FTEMPLAT?= =?UTF-8?q?E/bug=5Freport.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.yaml b/.gitea/ISSUE_TEMPLATE/bug_report.yaml index 3c086469..70bb1273 100644 --- a/.gitea/ISSUE_TEMPLATE/bug_report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug_report.yaml @@ -1,7 +1,7 @@ --- name: Bug 反馈 about: Report a bug to help us improve -title: '[bug]' +title: '[bug]:简单说明' body: - type: textarea id: content From 3c57430bfb5933323090e56e3f72388861bd409a Mon Sep 17 00:00:00 2001 From: IMaster Date: Wed, 19 Feb 2025 16:30:29 +0800 Subject: [PATCH 9/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/ISSUE=5FTEMPLAT?= =?UTF-8?q?E/feature=5Frequest.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/feature_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/feature_request.yaml b/.gitea/ISSUE_TEMPLATE/feature_request.yaml index 0dc1a57d..f986c333 100644 --- a/.gitea/ISSUE_TEMPLATE/feature_request.yaml +++ b/.gitea/ISSUE_TEMPLATE/feature_request.yaml @@ -1,7 +1,7 @@ --- name: 功能请求 about: Suggest an idea for this project -title: '[feature]:' +title: '[feature]:简单说明' body: - type: textarea id: feature @@ -9,7 +9,7 @@ body: label: 功能描述 description: 请详细描述您希望的功能 validations: - required: false + required: true - type: dropdown id: level