From e976651df7412ed873653b389d25bc2b2d8943f6 Mon Sep 17 00:00:00 2001 From: BreadFish64 Date: Mon, 4 Dec 2017 08:03:48 -0600 Subject: [PATCH] add canary vs nightly explanation command (#25) add canary vs nightly explanation command --- src/responses.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/responses.json b/src/responses.json index ccb99af..81eeb2e 100644 --- a/src/responses.json +++ b/src/responses.json @@ -17,6 +17,7 @@ "issues": { "reply": "This forum topic lists __known issues in games and their workarounds__: \nPlease read it carefully. It includes help with most games"}, "forum": { "reply": "This question might be more suitable for the *Citra* forum. "}, "game": { "reply": "Click here to view our game compatibility list: "}, - "log": { "reply": "This forum topic tells you how to __get the log file__: "} + "log": { "reply": "This forum topic tells you how to __get the log file__: "}, + "canary": { "reply": "The nightly build of Citra contains already reviewed and tested features. If you require support with the installation or use of Citra, or you want to report bugs you should use this version.\nThe Canary build of Citra is the same as our nightly builds, with additional features that are still waiting on review before making it into the official Citra builds. We will not provide support for issues found only in this version. If you believe you’ve found a bug, please retest on our nightly builds. Both versions are still in development, so expect crashes and bugs."} } }