bug_report.yml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. name: Bug report
  2. description: Create a report to help us improve
  3. title: "[BUG]"
  4. labels: ["bug"]
  5. body:
  6. - type: textarea
  7. attributes:
  8. label: Describe the bug
  9. description: A clear and concise description of what the bug is.
  10. validations:
  11. required: true
  12. - type: textarea
  13. attributes:
  14. label: To Reproduce
  15. description: Steps to reproduce the behavior.
  16. validations:
  17. required: true
  18. - type: dropdown
  19. attributes:
  20. label: Platform
  21. options:
  22. - Windows
  23. - Linux
  24. - MacOS
  25. validations:
  26. required: true
  27. - type: input
  28. attributes:
  29. label: System Version
  30. placeholder: "e.g. macOS 10.15.7"
  31. validations:
  32. required: true
  33. - type: input
  34. attributes:
  35. label: Software Version
  36. placeholder: "e.g. 1.4.3"
  37. validations:
  38. required: true
  39. - type: textarea
  40. attributes:
  41. label: Log
  42. description: "Log file content or screenshot"
  43. - type: textarea
  44. attributes:
  45. label: Additional Information