feature_request.yml 755 B

123456789101112131415161718192021222324252627282930
  1. name: Feature Request
  2. description: Suggest a new feature for Ryujinx.
  3. title: "[Feature Request] <title>"
  4. body:
  5. - type: textarea
  6. id: overview
  7. attributes:
  8. label: Overview
  9. description: Include the basic, high-level concepts for this feature here.
  10. validations:
  11. required: true
  12. - type: textarea
  13. id: details
  14. attributes:
  15. label: Smaller Details
  16. description: These may include specific methods of implementation etc.
  17. validations:
  18. required: true
  19. - type: textarea
  20. id: request
  21. attributes:
  22. label: Nature of Request
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: feature
  27. attributes:
  28. label: Why would this feature be useful?
  29. validations:
  30. required: true