mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
chore: added 'logs' field to bug template (#8771)
* added logs field to bug_report.yaml lots of issues are missing logs, people are not submitting them proactively, so a new field is added * placement suggestion from @bo0tzz
This commit is contained in:
parent
8aff392275
commit
ded01401f8
10
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -87,6 +87,16 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Relevant log output
|
||||||
|
description: Please copy and paste any relevant logs below. (code formatting is
|
||||||
|
enabled, no need for backticks)
|
||||||
|
render: shell
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional information
|
label: Additional information
|
||||||
|
Loading…
Reference in New Issue
Block a user