diff options
| author | Piplup <100526773+piplup55@users.noreply.github.com> | 2023-01-27 18:23:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-27 18:23:55 +0000 |
| commit | c7f9962ddee502030e790a0bfc0f949eaf5910c7 (patch) | |
| tree | f55102eb78659a20d5b35b5e8acaa0f3fb735aad /.github/ISSUE_TEMPLATE/missing_service_call.md | |
| parent | 296c4a3d012b1203b1b7e58cdc34c334159e1599 (diff) | |
converts the templates into forms (#4068)
* Create bug_report.yml
* Update bug_report.yml
* Update bug_report.yml
* Create feature_request.yml
* Update feature_request.yml
* Update feature_request.yml
* Update feature_request.yml
* Update feature_request.yml
* a
* Update missing_cpu_instruction.yml
* Update missing_cpu_instruction.yml
* Update missing_cpu_instruction.yml
* Update missing_cpu_instruction.yml
* b
* addressed some of the feedback
* forget the label
* added missing text inputs
* formatting changes
* dropdown menu
added dropdown menu for os, idk if we will keep this
* addressed feedback
addressed the long overdue feedback, sorry about that
* added markdowns
everything should be addressed now i hope
* game version optional
made game version optional after further feedback
* feature request checkbox
Diffstat (limited to '.github/ISSUE_TEMPLATE/missing_service_call.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/missing_service_call.md | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/.github/ISSUE_TEMPLATE/missing_service_call.md b/.github/ISSUE_TEMPLATE/missing_service_call.md deleted file mode 100644 index d221add8..00000000 --- a/.github/ISSUE_TEMPLATE/missing_service_call.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -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". ]</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 service call](https://github.com/Ryujinx/Ryujinx/issues) before you make your own issue. ]</br> -[ See the following [issue](https://github.com/Ryujinx/Ryujinx/issues/1431) as an example ]</br> -[ 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.</br> -[ Replace *SERVICE* by the service name, e.g. appletAE ]</br> -[ Replace *INTERFACE* by the interface name, e.g. IAllSystemAppletProxiesService ]</br> -[ Replace *NUMBER* by the call number, e.g. 100 ]</br> -[ Replace *NAME* by the call name, e.g. OpenSystemAppletProxy ]</br> -[ 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 ] |
