aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExE Boss <3889017+ExE-Boss@users.noreply.github.com>2023-06-01 17:32:38 +0200
committerGitHub <noreply@github.com>2023-06-01 17:32:38 +0200
commit57524a4c8afef5c9513ed1eebb6cdf806922d06c (patch)
tree30cd6d064e7b851b1e35476292d93c27073ee66d
parentf4539c49d8def4c6086a61fe4bd9ed9665fac4b1 (diff)
Add issue template for missing shader instructions (#5048)
* Add issue template for missing shader instructions * fixup! Add issue template for missing shader instructions * Update .github/ISSUE_TEMPLATE/missing_shader_instruction.yml --------- Co-authored-by: Ac_K <Acoustik666@gmail.com>
-rw-r--r--.github/ISSUE_TEMPLATE/missing_shader_instruction.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/missing_shader_instruction.yml b/.github/ISSUE_TEMPLATE/missing_shader_instruction.yml
new file mode 100644
index 00000000..df37859a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/missing_shader_instruction.yml
@@ -0,0 +1,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