Some checks failed
Release job / Create tag (push) Successful in 6s
Release job / Release for linux-arm64 (push) Successful in 1m43s
Release job / Release for linux-x64 (push) Successful in 1m43s
Release job / Release for win-x64 (push) Has been cancelled
Release job / flatpak_release (push) Has been cancelled
31 lines
747 B
YAML
31 lines
747 B
YAML
name: Feature Request
|
|
description: Suggest a new feature for Ryujinx.
|
|
title: "[Feature Request]"
|
|
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
|