1_bug_report.yml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. name: '🐛 Bug Report'
  2. description: 'Report an bug'
  3. title: '[Bug] '
  4. labels: ['bug']
  5. body:
  6. - type: dropdown
  7. attributes:
  8. label: '📦 Deployment Method'
  9. multiple: true
  10. options:
  11. - 'Official installation package'
  12. - 'Vercel'
  13. - 'Zeabur'
  14. - 'Sealos'
  15. - 'Netlify'
  16. - 'Docker'
  17. - 'Other'
  18. validations:
  19. required: true
  20. - type: input
  21. attributes:
  22. label: '📌 Version'
  23. validations:
  24. required: true
  25. - type: dropdown
  26. attributes:
  27. label: '💻 Operating System'
  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: '📌 System Version'
  43. validations:
  44. required: true
  45. - type: dropdown
  46. attributes:
  47. label: '🌐 Browser'
  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: '📌 Browser Version'
  60. validations:
  61. required: true
  62. - type: textarea
  63. attributes:
  64. label: '🐛 Bug Description'
  65. description: A clear and concise description of the bug, if the above option is `Other`, please also explain in detail.
  66. validations:
  67. required: true
  68. - type: textarea
  69. attributes:
  70. label: '📷 Recurrence Steps'
  71. description: A clear and concise description of how to recurrence.
  72. - type: textarea
  73. attributes:
  74. label: '🚦 Expected Behavior'
  75. description: A clear and concise description of what you expected to happen.
  76. - type: textarea
  77. attributes:
  78. label: '📝 Additional Information'
  79. description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here.