diff options
author | Josh <josh.t.richards@gmail.com> | 2024-10-25 09:50:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-25 09:50:17 -0400 |
commit | ac6c85c8388358795c81d619a1baa6705fb5b3ff (patch) | |
tree | 1324fd2e2ef5123d2848af8543563051c9c04a3a /.github | |
parent | 4f6667a9c9c3f383d4b7570d4454b36fe8107f85 (diff) | |
download | nextcloud-server-ac6c85c8388358795c81d619a1baa6705fb5b3ff.tar.gz nextcloud-server-ac6c85c8388358795c81d619a1baa6705fb5b3ff.zip |
chore: Clarify log entry requirements in bug report formjtr/chore-bug-report-logs
Signed-off-by: Josh <josh.t.richards@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index b2dfff8d1e5..ab40e614660 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: |