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 [...]