missing_service_call.yml 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. name: Missing Service Call
  2. description: Service call is missing in Ryujinx.
  3. body:
  4. - type: checkboxes
  5. attributes:
  6. label: Is there an existing issue for this?
  7. description: Please search for an [existing missing service call issue](https://github.com/Ryujinx/Ryujinx/issues) first.
  8. options:
  9. - label: I have searched the existing issues
  10. required: true
  11. - type: textarea
  12. id: instruction
  13. attributes:
  14. label: Service Call
  15. description: What service call is missing?
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: name
  20. attributes:
  21. label: Service description
  22. description: Include the description/explanation from [Switchbrew](https://switchbrew.org/w/index.php?title=Services_API) and/or [SwIPC](https://reswitched.github.io/SwIPC/) in the above code block
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: required
  27. attributes:
  28. label: Required by
  29. description: Add links to the [compatibility list page(s)](https://github.com/Ryujinx/Ryujinx-Games-List/issues) of the game(s) that require this service.
  30. validations:
  31. required: true