bug_report.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. name: Bug Report
  2. description: File a bug report
  3. labels: "bug"
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with suyu.
  8. - type: checkboxes
  9. attributes:
  10. label: Is there an existing issue for this?
  11. description: Please search to see if an issue already exists for the bug you encountered.
  12. options:
  13. - label: I have searched the existing issues
  14. required: true
  15. - type: input
  16. attributes:
  17. label: Affected Commit or Release
  18. description: List the affected commits that this issue applies to.
  19. placeholder: Mainline 1234 / Early Access 1234
  20. validations:
  21. required: true
  22. - type: textarea
  23. id: issue-desc
  24. attributes:
  25. label: Description of Issue
  26. description: A brief description of the issue encountered along with any images and/or videos.
  27. validations:
  28. required: true
  29. - type: textarea
  30. id: expected-behavior
  31. attributes:
  32. label: Expected Behavior
  33. description: A brief description of how it is expected to work along with any images and/or videos.
  34. validations:
  35. required: true
  36. - type: textarea
  37. id: reproduction-steps
  38. attributes:
  39. label: Reproduction Steps
  40. description: A brief explanation of how to reproduce this issue. If possible, provide a save file to aid in reproducing the issue.
  41. validations:
  42. required: true
  43. - type: textarea
  44. id: log
  45. attributes:
  46. label: Log File
  47. description: A log file will help our developers to better diagnose and fix the issue. Instructions can be found [here](https://suyu.dev/help/reference/log-files).
  48. validations:
  49. required: true
  50. - type: textarea
  51. id: system-config
  52. attributes:
  53. label: System Configuration
  54. placeholder: |
  55. CPU: Intel i5-10400 / AMD Ryzen 5 3600
  56. GPU/Driver: NVIDIA GeForce GTX 1060 (Driver 512.95)
  57. RAM: 16GB DDR4-3200
  58. OS: Windows 11 22H2 (Build 22621.819)
  59. value: |
  60. CPU:
  61. GPU/Driver:
  62. RAM:
  63. OS:
  64. validations:
  65. required: true