bug_report.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. name: Bug Report
  2. description: File a bug report
  3. body:
  4. - type: checkboxes
  5. attributes:
  6. label: Is there an existing issue for this?
  7. description: Please search to see if an issue already exists for the bug you encountered.
  8. options:
  9. - label: I have searched the existing issues
  10. required: true
  11. - type: textarea
  12. id: issue
  13. attributes:
  14. label: Description of Issue
  15. description: What's the issue you encountered?
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: repro
  20. attributes:
  21. label: Reproduction Steps
  22. description: How can the issue be reproduced?
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: log
  27. attributes:
  28. label: Log File
  29. description: A log file will help our developers to better diagnose and fix the issue.
  30. placeholder: Logs files can be found under "Logs" folder in Ryujinx program folder. You can drag and drop the log on to the text area
  31. validations:
  32. required: true
  33. - type: input
  34. id: os
  35. attributes:
  36. label: OS
  37. placeholder: "Example: Windows 10"
  38. validations:
  39. required: true
  40. - type: input
  41. id: ryujinx-version
  42. attributes:
  43. label: Ryujinx version
  44. placeholder: |
  45. - *(e.g. 1.0.470)*
  46. validations:
  47. required: true
  48. - type: input
  49. id: game-version
  50. attributes:
  51. label: Game version
  52. placeholder: |
  53. - *(e.g. 1.1.1)*
  54. validations:
  55. required: false
  56. - type: textarea
  57. id: environment
  58. attributes:
  59. label: Environment?
  60. value: |
  61. - ##### CPU: *(e.g. i7-6700)*
  62. - ##### GPU: *(e.g. NVIDIA RTX 2070)*
  63. - ##### RAM: *(e.g. 16GB)*
  64. - Applied Mods: [ Yes (Which ones) / No ]
  65. validations:
  66. required: true
  67. - type: textarea
  68. id: additional-context
  69. attributes:
  70. label: Additional context?
  71. description: |
  72. - Additional info about your environment:
  73. - Any other information relevant to your issue.
  74. validations:
  75. required: false