1_bug_report_cn.yml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. name: '🐛 反馈缺陷'
  2. description: '反馈一个问题/缺陷'
  3. title: '[Bug] '
  4. labels: ['🐛 Bug']
  5. body:
  6. - type: dropdown
  7. attributes:
  8. label: '📦 部署方式'
  9. multiple: true
  10. options:
  11. - '官方安装包'
  12. - 'Vercel'
  13. - 'Zeabur'
  14. - 'Sealos'
  15. - 'Netlify'
  16. - 'Docker'
  17. - 'Other'
  18. validations:
  19. required: true
  20. - type: input
  21. attributes:
  22. label: '📌 软件版本'
  23. validations:
  24. required: true
  25. - type: dropdown
  26. attributes:
  27. label: '💻 系统环境'
  28. multiple: true
  29. options:
  30. - 'Windows'
  31. - 'macOS'
  32. - 'Ubuntu'
  33. - 'Other Linux'
  34. - 'iOS'
  35. - 'iPad OS'
  36. - 'Android'
  37. - 'Other'
  38. validations:
  39. required: true
  40. - type: input
  41. attributes:
  42. label: '📌 系统版本'
  43. validations:
  44. required: true
  45. - type: dropdown
  46. attributes:
  47. label: '🌐 浏览器'
  48. multiple: true
  49. options:
  50. - 'Chrome'
  51. - 'Edge'
  52. - 'Safari'
  53. - 'Firefox'
  54. - 'Other'
  55. validations:
  56. required: true
  57. - type: input
  58. attributes:
  59. label: '📌 浏览器版本'
  60. validations:
  61. required: true
  62. - type: textarea
  63. attributes:
  64. label: '🐛 问题描述'
  65. description: 请提供一个清晰且简洁的问题描述,若上述选项为`Other`,也请详细说明。
  66. validations:
  67. required: true
  68. - type: textarea
  69. attributes:
  70. label: '📷 复现步骤'
  71. description: 请提供一个清晰且简洁的描述,说明如何复现问题。
  72. - type: textarea
  73. attributes:
  74. label: '🚦 期望结果'
  75. description: 请提供一个清晰且简洁的描述,说明您期望发生什么。
  76. - type: textarea
  77. attributes:
  78. label: '📝 补充信息'
  79. description: 如果您的问题需要进一步说明,或者您遇到的问题无法在一个简单的示例中复现,请在这里添加更多信息。