bug_report.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. name: Bug Report
  2. description: File a bug report
  3. title: "[Bug]"
  4. labels: bug
  5. body:
  6. - type: textarea
  7. id: issue
  8. attributes:
  9. label: Description of the 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. placeholder: Describe each step as precisely as possible
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: log
  23. attributes:
  24. label: Log file
  25. description: A log file will help us to better diagnose and fix the issue.
  26. placeholder: Logs files can be found under "Logs" folder in the Ryujinx program folder. They can also be accessed by opening Ryujinx, then going to File > Open Logs Folder. You can drag and drop the log on to the text area (do not copy paste).
  27. validations:
  28. required: true
  29. - type: input
  30. id: os
  31. attributes:
  32. label: OS
  33. placeholder: "e.g. Windows 10"
  34. validations:
  35. required: true
  36. - type: input
  37. id: ryujinx-version
  38. attributes:
  39. label: Ryujinx version (revision hash)
  40. placeholder: "e.g. r67111a5"
  41. validations:
  42. required: true
  43. - type: input
  44. id: game-version
  45. attributes:
  46. label: Game version
  47. placeholder: "e.g. 1.1.1"
  48. validations:
  49. required: false
  50. - type: input
  51. id: cpu
  52. attributes:
  53. label: CPU
  54. placeholder: "e.g. i7-6700"
  55. validations:
  56. required: false
  57. - type: input
  58. id: gpu
  59. attributes:
  60. label: GPU
  61. placeholder: "e.g. NVIDIA RTX 2070"
  62. validations:
  63. required: false
  64. - type: input
  65. id: ram
  66. attributes:
  67. label: RAM
  68. placeholder: "e.g. 16GB"
  69. validations:
  70. required: false
  71. - type: textarea
  72. id: mods
  73. attributes:
  74. label: List of applied mods
  75. placeholder: You can list applied mods here.
  76. validations:
  77. required: false
  78. - type: textarea
  79. id: additional-context
  80. attributes:
  81. label: Additional context?
  82. description: |
  83. - Additional info about your environment:
  84. - Any other information relevant to your issue.
  85. validations:
  86. required: false