| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- name: 🐞 Bug 反馈
- description: 当你在代码中发现了一个 Bug,导致应用崩溃或抛出异常,或者有模块/组件存在问题、某些地方看起来不对劲。
- title: "🐞 "
- labels: [bug]
- assignees:
- - Argo
- body:
- - type: checkboxes
- attributes:
- label: 这个问题是否已经存在?
- description: 请在问题列表中搜索,可能有人已经上报这个问题 ([Admin.NET/issues](https://gitee.com/zuohuaijun/Admin.NET/issues)).
- options:
- - label: 我已经搜索过现在的问题
- required: true
- - type: textarea
- attributes:
- label: 如何操作复现这个问题
- description: 请详细描述如何复现你遇到的问题
- placeholder: |
- 1. 先操作什么
- 2. 再操作什么
- 3. 然后怎么样
- validations:
- required: true
- - type: textarea
- attributes:
- label: 预期结果
- description: 请描述你认为的正确结果是什么
- validations:
- required: false
- - type: textarea
- attributes:
- label: 实际结果
- description: 请描述实际结果是什么
- validations:
- required: false
- - type: textarea
- attributes:
- label: 截图或者视频
- description: 此问题相关截图或者视频,如果是截图请画框与箭头标注
- placeholder: |
- [在这里上传图片或视频]
- [图片截图后此处直接粘贴即可]
- validations:
- required: false
- - type: textarea
- attributes:
- label: 复现工程或者仓库地址
- description: 最小代码示例
- placeholder: |
- 1. 核心代码片段。
- 2. 提供公开的仓库地址链接。
- 3. 以文件夹或者压缩包 (zip) 形式提交复现工程,请务必删除工程目录下的 bin 和 obj。
- 声明:请勿以其他任何方式提供复现工程,不符合要求的提交,一律视为无效问题,不予处理。
- validations:
- required: true
- - type: dropdown
- id: netVersion
- attributes:
- label: .NET Version
- description: Run `dotnet --version`
- options:
- - .NET 6.0
- - .NET 8.0
- - .NET 9.0
- validations:
- required: true
- - type: dropdown
- id: version
- attributes:
- label: 版本/分支
- description: 你当前正在使用的版本/分支?
- options:
- - v2 (默认)
- - next
- validations:
- required: true
|