bug.yml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. name: 🐞 Bug 反馈
  2. description: 当你在代码中发现了一个 Bug,导致应用崩溃或抛出异常,或者有模块/组件存在问题、某些地方看起来不对劲。
  3. title: "🐞 "
  4. labels: [bug]
  5. assignees:
  6. - Argo
  7. body:
  8. - type: checkboxes
  9. attributes:
  10. label: 这个问题是否已经存在?
  11. description: 请在问题列表中搜索,可能有人已经上报这个问题 ([Admin.NET/issues](https://gitee.com/zuohuaijun/Admin.NET/issues)).
  12. options:
  13. - label: 我已经搜索过现在的问题
  14. required: true
  15. - type: textarea
  16. attributes:
  17. label: 如何操作复现这个问题
  18. description: 请详细描述如何复现你遇到的问题
  19. placeholder: |
  20. 1. 先操作什么
  21. 2. 再操作什么
  22. 3. 然后怎么样
  23. validations:
  24. required: true
  25. - type: textarea
  26. attributes:
  27. label: 预期结果
  28. description: 请描述你认为的正确结果是什么
  29. validations:
  30. required: false
  31. - type: textarea
  32. attributes:
  33. label: 实际结果
  34. description: 请描述实际结果是什么
  35. validations:
  36. required: false
  37. - type: textarea
  38. attributes:
  39. label: 截图或者视频
  40. description: 此问题相关截图或者视频,如果是截图请画框与箭头标注
  41. placeholder: |
  42. [在这里上传图片或视频]
  43. [图片截图后此处直接粘贴即可]
  44. validations:
  45. required: false
  46. - type: textarea
  47. attributes:
  48. label: 复现工程或者仓库地址
  49. description: 最小代码示例
  50. placeholder: |
  51. 1. 核心代码片段。
  52. 2. 提供公开的仓库地址链接。
  53. 3. 以文件夹或者压缩包 (zip) 形式提交复现工程,请务必删除工程目录下的 bin 和 obj。
  54. 声明:请勿以其他任何方式提供复现工程,不符合要求的提交,一律视为无效问题,不予处理。
  55. validations:
  56. required: true
  57. - type: dropdown
  58. id: netVersion
  59. attributes:
  60. label: .NET Version
  61. description: Run `dotnet --version`
  62. options:
  63. - .NET 6.0
  64. - .NET 8.0
  65. validations:
  66. required: true
  67. - type: dropdown
  68. id: version
  69. attributes:
  70. label: 版本/分支
  71. description: 你当前正在使用的版本/分支?
  72. options:
  73. - next (默认)
  74. validations:
  75. required: true