Add a page with some testing resources

This commit is contained in:
Matt Borgerson 2024-06-27 19:43:57 -07:00
parent f3c51716ab
commit eaa678f247
2 changed files with 10 additions and 0 deletions

9
docs/docs/testing.md Normal file
View File

@ -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.

View File

@ -106,6 +106,7 @@ nav:
- Host Debugging: dev/debug/host.md - Host Debugging: dev/debug/host.md
- Guest Debugging: dev/debug/guest.md - Guest Debugging: dev/debug/guest.md
- Graphics Debugging: dev/debug/graphics.md - Graphics Debugging: dev/debug/graphics.md
- Testing: testing.md
plugins: plugins:
- search - search