From ea0d89492f21780b15cfc812f141210db677ba2f Mon Sep 17 00:00:00 2001 From: Koopa Date: Sun, 4 Jun 2017 21:18:31 -0400 Subject: [PATCH] Added "tested_by" metadata entry. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e55ab9..7c28909 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,7 @@ The metadata for the game is located at `//game.dat`. This is require - `tested_version` (String): Last version of Citra the game was tested on. - `needs_system_files` (Boolean): Whether the game requests the system files or not, regardless of whether it could be played without them. - `needs_shared_font` (Boolean): Whether the game requests the shared font or not, regardless of whether it could be played without them. +- `tested_by` (String): Your forum account name, if you have one. If you don't, don't include this line. - `releases` (Array of tables): Info about each release of the game. - `title` (String): Title ID of this release of the game.