mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
chore: Clarify log entry requirements in bug report form
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
4f6667a9c9
commit
ac6c85c838
1 changed files with 4 additions and 4 deletions
8
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
8
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue