懒得勤快 vor 1 Jahr
Ursprung
Commit
61f7bff6ea

+ 90 - 0
.gitee/ISSUE_TEMPLATE.zh-CN.md

@@ -0,0 +1,90 @@
+## 💢 温馨提示:提交后请保证回复及时,若长时间未回复的issue,将在超过30天以后作关闭处理! 由于gitee没有回复邮件通知,建议前往github仓库进行提交issue:https://github.com/ldqk/Masuit.Tools/issues
+
+### 包版本号
+
+哪个版本号?(升级至最新版后还有问题再反馈)
+
+---
+
+### .NET SDK 版本号
+
+- [ ] .NET Framework4.5
+- [ ] .NET Framework4.6.2+
+- [ ] .NET Standard
+- [ ] .NET5
+- [ ] .NET6
+- [ ] .NET7
+- [ ] .NET8
+
+---
+
+### 项目类型
+
+- [ ] WebApi
+- [ ] Mvc
+- [ ] Razor Pages
+- [ ] Blazor Server
+- [ ] MinApp
+- [ ] WinForm
+- [ ] WPF
+- [ ] Console
+
+---
+
+### 操作系统和版本
+
+- [ ] Windows(版本号?)
+- [ ] Linux(版本号?)
+- [ ] MacOS(版本号?)
+- [ ] 其他(版本号?)
+
+---
+
+### 代码环境
+
+- [ ] 开发环境(Development)
+- [ ] 生产环境(Production)
+- [ ] 测试环境(Tests/单元测试/集成测试 )
+
+---
+
+### 托管程序
+
+- [ ] IIS(版本号)
+- [ ] Nginx
+- [ ] Docker
+- [ ] PM2
+- [ ] Kestrel
+- [ ] 单文件
+
+---
+
+### 描述你的问题
+
+发生了什么?
+
+---
+
+### 异常堆栈信息
+
+异常堆栈是什么?
+
+---
+
+### 测试项目代码
+
+> **⚠⚠ 必须提供完整可运行且包含错误的 `Git` 仓库 DEMO,DEMO 提供最简单的错误逻辑代码,否则将无法得到答复。⚠⚠**
+
+您的代码下载地址?
+
+---
+
+### 期待结果
+
+期待的结果是?
+
+---
+
+### 确认工单
+
+**为了减少不必要的沟通成本和时间成本,请再次确认 `Issue` 已按照要求正确填写,否则将被直接关闭。**

+ 140 - 0
.gitee/ISSUE_TEMPLATE/bug.yml

@@ -0,0 +1,140 @@
+name: 问题反馈
+description: 当你中发现了一个 Bug,导致应用崩溃或抛出异常,或者有一个组件存在问题,或者某些地方看起来不对劲。
+title:
+labels: ["bug"]
+body:
+  - type: markdown
+    attributes:
+      value: |
+        ## 💢 温馨提示:提交后请保证回复及时,若长时间未回复的issue,将在超过30天以后作关闭处理! 由于gitee没有回复邮件通知,建议前往github仓库进行提交issue:https://github.com/ldqk/Masuit.Tools/issues
+  - type: dropdown
+    id: version
+    attributes:
+      label: 版本号
+      description: 请选择项目使用的 Furion 版本?
+      options:
+        - latest (最新的)
+        - 其他版本(请升级)
+    validations:
+      required: true
+  - type: dropdown
+    id: net_sdk
+    attributes:
+      label: .NET SDK
+      description: 请选择项目使用的 .NET SDK 版本?
+      options:
+        - .NET Framework4.5
+        - .NET Framework4.6.2+
+        - .NET Standard
+        - .NET5
+        - .NET6
+        - .NET7
+        - .NET8
+        - .NET9
+    validations:
+      required: true
+  - type: dropdown
+    id: project_type
+    attributes:
+      label: 项目类型
+      description: 请选择目标项目类型?
+      options:
+        - WebApi
+        - Mvc
+        - Razor Pages
+        - Blazor Server
+        - Blazor App (Auto)
+        - MinApp
+        - WinForm
+        - WPF
+        - Console
+    validations:
+      required: true
+  - type: dropdown
+    id: os_type
+    attributes:
+      label: 操作系统
+      description: 请选择操作系统类型?
+      options:
+        - Windows 11
+        - Windows 10
+        - Windows 8
+        - Ubuntu
+        - CentOS
+        - Debian
+        - Deepin
+        - Red Hat Linux
+        - 其他 Linux
+        - MacOS
+        - 其他
+    validations:
+      required: true
+  - type: dropdown
+    id: environment
+    attributes:
+      label: 运行环境
+      description: 请选择代码运行环境?
+      options:
+        - 开发环境 (Development)
+        - 生产环境 (Production)
+        - 测试环境 (单元测试/集成测试)
+    validations:
+      required: true
+  - type: dropdown
+    id: deploy
+    attributes:
+      label: 应用托管程序
+      description: 请选择应用托管程序软件?
+      options:
+        - IIS
+        - Nginx
+        - Docker
+        - PodMan
+        - PM2
+        - Kestrel
+        - 单文件
+        - Windows Service
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: 如何复现
+      description: 请详细告诉我们如何复现你遇到的问题,如涉及代码,可提供一个最小代码示例,并使用反引号```附上它
+      placeholder: |
+        1. ...
+        2. ...
+        3. ...
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: 预期结果
+      description: 请告诉我们你预期会发生什么。
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: 实际结果
+      description: 请告诉我们实际发生了什么。
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: 异常信息
+      description: 如果有异常请把详细异常堆栈粘贴上来。
+  - type: textarea
+    attributes:
+      label: 截图或视频
+      description: 如果可以的话,上传任何关于 bug 的截图。
+      placeholder: |
+        可在此处进行图片粘贴上传。
+    validations:
+      required: true
+  - type: input
+    id: demo
+    attributes:
+      label: Demo 地址(Git/网盘/SVN)
+      description: 请提供复现错误的 Demo 下载
+      placeholder: https://gitee.com/your_id/your_test_project.git
+    validations:
+      required: true

+ 6 - 0
.gitee/ISSUE_TEMPLATE/config.yml

@@ -0,0 +1,6 @@
+blank_issues_enabled: false
+
+contact_links:
+  - name: 使用文档
+    url: https://masuit.tools
+    about: 码数吐司库

+ 7 - 0
.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md

@@ -0,0 +1,7 @@
+### 相关的 Issue
+
+### 原因(目的、解决的问题等)
+
+### 描述(做了什么,变更了什么)
+
+### 测试用例(新增、改动、可能影响的功能)