From ab4aebdd82b7b11286ca0519a3718d271162c5fe Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Tue, 30 Aug 2022 22:11:54 +0300 Subject: [PATCH] Add aditional notes Signed-off-by: Ari Archer --- api/errtemplate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/errtemplate.json b/api/errtemplate.json index a4ffa83..0529932 100644 --- a/api/errtemplate.json +++ b/api/errtemplate.json @@ -40,6 +40,11 @@ "Error Log URL": { "placeholder": "Please only use hastebin.com, katb.in, nekob.in, or gist.github.com. Pastebin links will not be accepted.", "id": "err-url" + }, + "Additional notes": { + "placeholder": "Additional things you have tried to do", + "id": "additional", + "optional": true } } }