From eaa678f247fcc2d4fab192368ceeaa0375c0ab9b Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Thu, 27 Jun 2024 19:43:57 -0700 Subject: [PATCH] Add a page with some testing resources --- docs/docs/testing.md | 9 +++++++++ docs/mkdocs.yml | 1 + 2 files changed, 10 insertions(+) create mode 100644 docs/docs/testing.md diff --git a/docs/docs/testing.md b/docs/docs/testing.md new file mode 100644 index 00000000..5ffa58e4 --- /dev/null +++ b/docs/docs/testing.md @@ -0,0 +1,9 @@ +## Resources +* [Testing Priority](https://xemu.app/testing_priority) +* [Top Issues](https://xemu.app/top_issues) +* Issues are [reported on GitHub](https://github.com/xemu-project/xemu/issues) + +## Compatibility Reporting +* Anyone is welcome to submit an updated compatibility report. +* In order to submit a report, you will need an authorization token, which can be acquired after getting the Tester role on the xemu Discord server. +* To make reporting simple, reports are filed from within xemu. This lets us also include details about the game and the system the report is being made on. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 5675874b..1d017e51 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -106,6 +106,7 @@ nav: - Host Debugging: dev/debug/host.md - Guest Debugging: dev/debug/guest.md - Graphics Debugging: dev/debug/graphics.md + - Testing: testing.md plugins: - search