From 4cf3197a7b720f82823de0fdeafd1e836b5946f5 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Mon, 6 Nov 2023 22:51:13 +0100 Subject: [PATCH] Create 010_issue_report.md Try to fend off audio issues and guide users --- ISSUE_TEMPLATE/010_issue_report.md | 40 ++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ISSUE_TEMPLATE/010_issue_report.md diff --git a/ISSUE_TEMPLATE/010_issue_report.md b/ISSUE_TEMPLATE/010_issue_report.md new file mode 100644 index 0000000..0d3179a --- /dev/null +++ b/ISSUE_TEMPLATE/010_issue_report.md @@ -0,0 +1,40 @@ +--- +name: Packaging or installation issue +about: Report a packaging or installation_ issue. No audio issue here! +--- + +Do NOT report **audio** issues here; search this different tracker instead: +https://github.com/thesofproject/sof/issues + +Do NOT git clone this sof-bin repository, use only release tarballs found at https://github.com/thesofproject/sof-bin/releases + +To report a package or installation issue answer the following questions: + +Describe the bug +---------------- +A clear and concise description of what the bug is. + +Environment +----------- +1) Version number of the https://github.com/thesofproject/sof-bin/releases + _Do NOT install from a git clone!_ +1) Linux distribution and version +1) Hardware vendor and model +1) Output of the following command: `journalctl -k | grep -C 10 sof.*firmware` + (or the equivalent if your system does not have `journalctl`. + +Reproduction steps +------------------ +Steps to reproduce the behavior: (e.g. list commands or actions used to reproduce the bug) + +Logs and console outputs +------------------------ + +Expected behavior +----------------- +A clear and concise description of what you expected to happen. + +Impact +------ +What impact does this issue have on your progress (e.g., annoyance, showstopper) +