aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/missing_cpu_instruction.md
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2020-08-07 15:52:03 +0200
committerGitHub <noreply@github.com>2020-08-07 10:52:03 -0300
commit8106bf65d9d33eb0a0b5afc2a21cdc9ebdf345cb (patch)
tree14d78775d33ba8e2176af6f013d7fa2a8cf0399c /.github/ISSUE_TEMPLATE/missing_cpu_instruction.md
parente19193e073675158980393e8dc6b54dfe2a47c41 (diff)
Add Issue Templates (#1456)
* Add Issue Templates This disable the creation of empty issues and adds some templates when one is opened. A link to our discord is directly added to the issue templates list. Thanks EmulationFanatic for the proof reading. * fix copy paste * Fix name
Diffstat (limited to '.github/ISSUE_TEMPLATE/missing_cpu_instruction.md')
-rw-r--r--.github/ISSUE_TEMPLATE/missing_cpu_instruction.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/missing_cpu_instruction.md b/.github/ISSUE_TEMPLATE/missing_cpu_instruction.md
new file mode 100644
index 00000000..abfda115
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/missing_cpu_instruction.md
@@ -0,0 +1,34 @@
+---
+name: Missing CPU Instruction
+about: CPU Instruction is missing in Ryujinx.
+#assignees:
+---
+
+## Missing CPU Instruction
+
+[ If any section does not apply, replace its contents with "N/A". ]</br>
+[ If you do not have the information needed for a section, replace its contents with "Unknown". ]</br>
+[ Lines between [ ] (square brackets) are to be removed before posting. ]
+
+[ Please search for existing [missing CPU instruction](https://github.com/Ryujinx/Ryujinx/issues) before you make your own issue. ]</br>
+[ See the following [issue](https://github.com/Ryujinx/Ryujinx/issues/1405) as an example ]</br>
+[ Duplicate issue will be marked as such and you will be referred to the original request. ]
+
+### What CPU instruction is missing?
+
+Requires the *INSTRUCTION* instruction.</br>
+[ Replace *INSTRUCTION* by the instruction name, e.g. VADDL.U16 ]
+
+```
+*
+```
+[ Add the undefined instruction error message in the above code block ]
+
+### Instruction name
+```
+*
+```
+[ Include the name from [armconverter.com](https://armconverter.com/?disasm) or [shell-storm.org](http://shell-storm.org/online/Online-Assembler-and-Disassembler/?arch=arm64&endianness=big&dis_with_raw=True&dis_with_ins=True) in the above code block ]
+
+### Required by:
+[ Add our (games list database)[https://github.com/Ryujinx/Ryujinx-Games-List/issues] links of games who require this instruction ]