game_compatibility.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. name: Game Compatibility
  2. description: Report a game's compatibility status on Ryujinx
  3. body:
  4. - type: input
  5. id: game-name
  6. attributes:
  7. label: Game Name
  8. placeholder: ## Game Name
  9. validations:
  10. required: true
  11. - type: input
  12. id: game-version
  13. attributes:
  14. label: Game Update Version
  15. placeholder: #### *(e.g. 1.0.0 or 1.1.3)*
  16. validations:
  17. required: true
  18. - type: input
  19. id: emulator-version
  20. attributes:
  21. label: Ryujinx Version (Revision Hash)
  22. placeholder: #### *(e.g. r67111a5)*
  23. validations:
  24. required: true
  25. - type: dropdown
  26. id: backend
  27. attributes:
  28. label: Graphics Backend
  29. options:
  30. - OpenGL
  31. - Vulkan
  32. - OpenGL and Vulkan
  33. validations:
  34. required: true
  35. - type: textarea
  36. id: hardware-specs
  37. attributes:
  38. label: Hardware Specs
  39. value: |
  40. - ##### CPU: *(e.g. i7-6700)*
  41. - ##### GPU: *(e.g. NVIDIA RTX 2070)*
  42. - ##### GPU Driver version: *(e.g. 545.84)*
  43. - ##### RAM: *(e.g. 16GB)*
  44. validations:
  45. required: true
  46. - type: textarea
  47. id: game-state
  48. attributes:
  49. label: "Game State"
  50. description: "Describe the current game state here."
  51. placeholder: |
  52. - Describe the current game state here.
  53. - List the issues you've noticed if there are any.
  54. - Add links to related issues from the main repository if they exist.
  55. - Add links to pull requests that fix issues described if/when applicable.
  56. - Add a zipped save file for easy access to any issues if needed, namely for situations that can only be accessed after several hours of gameplay.
  57. validations:
  58. required: true
  59. - type: textarea
  60. id: screenshot
  61. attributes:
  62. label: Screenshots
  63. description: Add screenshots here (preferably on windowed mode) if the game is rendering.
  64. placeholder: Drag and drop the images/screenshots onto the text area.
  65. validations:
  66. required: false
  67. - type: textarea
  68. id: log
  69. attributes:
  70. label: Log File
  71. description: Logs files can be found under the "Logs" subfolder in the Ryujinx program folder.
  72. placeholder: Drag and drop the log file onto the text area.
  73. validations:
  74. required: true