aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/missing_shader_instruction.yml
blob: df37859a51cf6ca98a81abc74860d2b4bfa28d93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: Missing Shader Instruction
description: Shader Instruction is missing in Ryujinx.
title: "[GPU]"
labels: [gpu, not-implemented]
body:
  - type: textarea
    id: instruction
    attributes:
      label: Shader instruction
      description: What shader instruction is missing?
    validations:
      required: true
  - type: textarea
    id: required
    attributes:
      label: Required by
      description: Add links to the [compatibility list page(s)](https://github.com/Ryujinx/Ryujinx-Games-List/issues) of the game(s) that require this instruction.
    validations:
      required: true