aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_REPORT.yml8
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: