From 69cdf0b40ce89b8a06ec8155f2bbf8984169f40e Mon Sep 17 00:00:00 2001 From: Kyep Date: Thu, 30 Jul 2020 03:07:22 -0700 Subject: [PATCH] Ahelp autoreply for github issues --- code/controllers/subsystem/tickets/tickets.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/controllers/subsystem/tickets/tickets.dm b/code/controllers/subsystem/tickets/tickets.dm index 8fae7179706..b3265c78d0d 100644 --- a/code/controllers/subsystem/tickets/tickets.dm +++ b/code/controllers/subsystem/tickets/tickets.dm @@ -131,6 +131,7 @@ SUBSYSTEM_DEF(tickets) "Already Resolved" = "The problem has been resolved already.", "Mentorhelp" = "Please redirect your question to Mentorhelp, as they are better experienced with these types of questions.", "Happens Again" = "Thanks, let us know if it continues to happen.", + "Github Issue Report" = "To report a bug, please click the 'GitHub' button at the top right of your screen, above the tabs. Then go to 'Issues'. Then 'New Issue'. Then fill out the report form.", "Clear Cache" = "To fix a blank screen, go to the 'Special Verbs' tab and press 'Reload UI Resources'. If that fails, clear your BYOND cache (instructions provided with 'Reload UI Resources'). If that still fails, please adminhelp again, stating you have already done the following." , "IC Issue" = "This is an In Character (IC) issue and will not be handled by admins. You could speak to Security, Internal Affairs, a Departmental Head, Nanotrasen Representetive, or any other relevant authority currently on station.", "Reject" = "Reject",