/ .github-orig / ISSUE_TEMPLATE / missing_shader_instruction.yml
missing_shader_instruction.yml
 1  name: Missing Shader Instruction
 2  description: Shader Instruction is missing in Ryujinx.
 3  title: "[GPU]"
 4  labels: [gpu, not-implemented]
 5  body:
 6    - type: textarea
 7      id: instruction
 8      attributes:
 9        label: Shader instruction
10        description: What shader instruction is missing?
11      validations:
12        required: true
13    - type: textarea
14      id: required
15      attributes:
16        label: Required by
17        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.
18      validations:
19        required: true