From ec9ac9c9208defca9a413800d824848700ce9542 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Sat, 6 Mar 2021 07:36:48 -0500 Subject: [PATCH] docs: put show output in a details block in issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f9b18393..e60b86f1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,9 +13,13 @@ assignees: '' - Distribution: - Kernel version (ex. `uname -srmo`): `KERNEL VERSION HERE` - Output of `solaar show`: + +
+ ``` OUTPUT HERE ``` +
**Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 95116168..2a2421bd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -13,9 +13,14 @@ assignees: '' - Distribution: - Kernel version (ex. `uname -srmo`): - Output of `solaar show` for the target device (if applicable): + +
+ ``` OUTPUT HERE ``` +
+ **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]