From 8106bf65d9d33eb0a0b5afc2a21cdc9ebdf345cb Mon Sep 17 00:00:00 2001 From: Ac_K Date: Fri, 7 Aug 2020 15:52:03 +0200 Subject: 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 --- .github/ISSUE_TEMPLATE/missing_service_call.md | 35 ++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/missing_service_call.md (limited to '.github/ISSUE_TEMPLATE/missing_service_call.md') diff --git a/.github/ISSUE_TEMPLATE/missing_service_call.md b/.github/ISSUE_TEMPLATE/missing_service_call.md new file mode 100644 index 00000000..d221add8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/missing_service_call.md @@ -0,0 +1,35 @@ +--- +name: Missing Service Call +about: Service call is missing in Ryujinx. +#assignees: +--- + +## Missing Service Call + +[ If any section does not apply, replace its contents with "N/A". ]
+[ If you do not have the information needed for a section, replace its contents with "Unknown". ]
+[ Lines between [ ] (square brackets) are to be removed before posting. ] + +[ Please search for existing [missing service call](https://github.com/Ryujinx/Ryujinx/issues) before you make your own issue. ]
+[ See the following [issue](https://github.com/Ryujinx/Ryujinx/issues/1431) as an example ]
+[ Duplicate issue will be marked as such and you will be referred to the original request. ] + +### What service call is missing? + +*SERVICE* *INTERFACE*: *NUMBER* (*NAME*) is not implemented.
+[ Replace *SERVICE* by the service name, e.g. appletAE ]
+[ Replace *INTERFACE* by the interface name, e.g. IAllSystemAppletProxiesService ]
+[ Replace *NUMBER* by the call number, e.g. 100 ]
+[ Replace *NAME* by the call name, e.g. OpenSystemAppletProxy ]
+[ e.g. appletAE IAllSystemAppletProxiesService: 100 (OpenSystemAppletProxy) ] + +[ Add related links to the specific call from [Switchbrew](https://switchbrew.org/w/index.php?title=Services_API) and/or [SwIPC](https://reswitched.github.io/SwIPC/) ] + +### Service description +``` +* +``` +[ Include the description/explanation from [Switchbrew](https://switchbrew.org/w/index.php?title=Services_API) and/or [SwIPC](https://reswitched.github.io/SwIPC/) 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 call ] -- cgit v1.2.3