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