From 3a3694ca1768018fc19d05fc8f07a63035158cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sun, 7 Jul 2024 12:26:12 +0530 Subject: [PATCH] doc: Mention negative feedback feature in bug report. (#2827) * doc: Mention feedback feature in bug report. * Update .github/ISSUE_TEMPLATE/bug_template.yml Co-authored-by: Graham Neubig --------- Co-authored-by: Graham Neubig --- .github/ISSUE_TEMPLATE/bug_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_template.yml b/.github/ISSUE_TEMPLATE/bug_template.yml index 8a645a2428..e0286ea3fc 100644 --- a/.github/ISSUE_TEMPLATE/bug_template.yml +++ b/.github/ISSUE_TEMPLATE/bug_template.yml @@ -72,4 +72,4 @@ body: id: additional-context attributes: label: Logs, Errors, Screenshots, and Additional Context - description: LLM logs will be stored in the `logs/llm/default` folder. Please add any additional context about the problem here. + description: If you want to share the chat history you can click the thumbs-down (👎) button above the input field and you will get a shareable link (you can also click thumbs up when things are going well of course!). LLM logs will be stored in the `logs/llm/default` folder. Please add any additional context about the problem here.