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:
(Moai Emoji) 2024-04-14 03:22:33 +08:00 committed by GitHub
parent 8aff392275
commit ded01401f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,6 +87,16 @@ body:
validations:
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
attributes:
label: Additional information