From 15efb887f4e0c990fa0a1e7f728bcd353f03eacb Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Fri, 29 Apr 2022 13:12:42 -0400 Subject: [PATCH] misc: update bug report form --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2ccc3474..dabe56dd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,8 @@ assignees: '' **Information** - + + - Solaar version (`solaar --version` or `git describe --tags` if cloned from this repository): - Distribution: - Kernel version (ex. `uname -srmo`): `KERNEL VERSION HERE` @@ -18,10 +19,25 @@ assignees: ''
``` -OUTPUT HERE +SOLAAR SHOW OUTPUT HERE ```
+- Contents of `~/.config/solaar/config.yaml` (or `~/.config/solaar/config.json` if `~/.config/solaar/config.yaml` not present): + +
+ +``` +CONTENTS HERE +``` +
+ + +- Errors or warrnings from Solaar: + + + + **Describe the bug** A clear and concise description of what the bug is.