From 06180c3517b48b3cecd8e578c4830e35bdccc3f9 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 29 May 2020 16:15:02 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 97fac0c..0c11dcf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,21 +19,16 @@ A clear and concise description of what you expected to happen. **Branch:** master, dev **Commit:** git rev-parse --short HEAD -**Kinto Input Caret Status** -``` -cat /tmp/kinto/caret +Logs and status if relevant ``` +# xkeysnail +sudo systemctl status xkeysnail +sudo journalctl --unit=xkeysnail.service -b -**Kinto Standard Log** -``` +# xkb +systemctl --user status keyswap journalctl --user-unit=keyswap.service -b ``` -**Kinto Debug Log (1.0.6-2+)** -``` -systemctl --user stop keyswap -cd ~/.config/kinto -./kintox11 --debug -``` **Screenshots** If applicable, add screenshots to help explain your problem.