feature_request.yml 999 B

123456789101112131415161718192021222324252627282930313233343536
  1. name: Feature Request
  2. description: Suggest a new feature for Ryujinx.
  3. body:
  4. - type: checkboxes
  5. attributes:
  6. label: Is there an existing issue for this?
  7. description: Please search to see if an issue already exists for the feature you are requesting.
  8. options:
  9. - label: I have searched the existing issues
  10. required: true
  11. - type: textarea
  12. id: overview
  13. attributes:
  14. label: Overview
  15. description: Include the basic, high-level concepts for this feature here.
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: details
  20. attributes:
  21. label: Smaller Details
  22. description: These may include specific methods of implementation etc.
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: request
  27. attributes:
  28. label: Nature of Request
  29. validations:
  30. required: true
  31. - type: textarea
  32. id: feature
  33. attributes:
  34. label: Why would this feature be useful?
  35. validations:
  36. required: true