bug_report.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. name: Bug Report
  2. description: File a bug report
  3. title: "[Bug] <title>"
  4. labels: bug
  5. body:
  6. - type: textarea
  7. id: issue
  8. attributes:
  9. label: Description of Issue
  10. description: What's the issue you encountered?
  11. validations:
  12. required: true
  13. - type: textarea
  14. id: repro
  15. attributes:
  16. label: Reproduction Steps
  17. description: How can the issue be reproduced?
  18. validations:
  19. required: true
  20. - type: textarea
  21. id: log
  22. attributes:
  23. label: Log File
  24. description: A log file will help our developers to better diagnose and fix the issue.
  25. 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
  26. validations:
  27. required: true
  28. - type: input
  29. id: os
  30. attributes:
  31. label: OS
  32. placeholder: "Example: Windows 10"
  33. validations:
  34. required: true
  35. - type: input
  36. id: ryujinx-version
  37. attributes:
  38. label: Ryujinx version
  39. placeholder: |
  40. - *(e.g. 1.0.470)*
  41. validations:
  42. required: true
  43. - type: input
  44. id: game-version
  45. attributes:
  46. label: Game version
  47. placeholder: |
  48. - *(e.g. 1.1.1)*
  49. validations:
  50. required: false
  51. - type: input
  52. id: cpu
  53. attributes:
  54. label: CPU
  55. placeholder: |
  56. - *(e.g. i7-6700)*
  57. validations:
  58. required: false
  59. - type: input
  60. id: gpu
  61. attributes:
  62. label: GPU
  63. placeholder: |
  64. - *(e.g. NVIDIA RTX 2070)*
  65. validations:
  66. required: false
  67. - type: input
  68. id: ram
  69. attributes:
  70. label: RAM
  71. placeholder: |
  72. - *(e.g. 16GB)*
  73. validations:
  74. required: false
  75. - type: checkboxes
  76. attributes:
  77. label: Applied Mods?
  78. options:
  79. - label: "Yes"
  80. required: false
  81. - type: textarea
  82. id: mods
  83. attributes:
  84. label: List of applied mods
  85. placeholder: You can list applied mods here.
  86. validations:
  87. required: false
  88. - type: textarea
  89. id: additional-context
  90. attributes:
  91. label: Additional context?
  92. description: |
  93. - Additional info about your environment:
  94. - Any other information relevant to your issue.
  95. validations:
  96. required: false