From ac6c85c8388358795c81d619a1baa6705fb5b3ff Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 25 Oct 2024 09:50:17 -0400 Subject: [PATCH] chore: Clarify log entry requirements in bug report form Signed-off-by: Josh --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index b2dfff8d1e5d1..ab40e61466063 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -168,7 +168,7 @@ body: ./occ config:list system ``` > NOTE: This will be automatically formatted into code for better readability. - render: shell + render: json - type: textarea id: apps attributes: @@ -200,10 +200,10 @@ body: attributes: label: Nextcloud Logs description: | - Provide Nextcloud logs lines. - Copy all contents from `data/nextcloud.log` or a RAW from `/settings/admin/logging` section: + Provide relevant Nextcloud log entries (e.g. from the time period you reproduced the problem). + Copy full individual entries from `data/nextcloud.log` or use `Copy raw entry` from `/settings/admin/logging` section: > NOTE: This will be automatically formatted into code for better readability. - render: shell + render: json - type: textarea id: additional-info attributes: