missing_service_call.yml 873 B

12345678910111213141516171819202122232425
  1. name: Missing Service Call
  2. description: Service call is missing in Ryujinx.
  3. labels: not-implemented
  4. body:
  5. - type: textarea
  6. id: instruction
  7. attributes:
  8. label: Service call
  9. description: What service call is missing?
  10. validations:
  11. required: true
  12. - type: textarea
  13. id: name
  14. attributes:
  15. label: Service description
  16. 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
  17. validations:
  18. required: true
  19. - type: textarea
  20. id: required
  21. attributes:
  22. label: Required by
  23. 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.
  24. validations:
  25. required: true