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