diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index caf2e30..f0b7a52 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -76,6 +76,9 @@ body: - type: textarea id: logs attributes: - label: Relevant log output + label: Relevant log output and/or the contents of /etc/raspotify/crash_report if any description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + placeholder: sudo journalctl -u raspotify -b and sudo cat /etc/raspotify/crash_report render: shell + validations: + required: true