From b50522c5b1c3af387f00d17179295b1a0e4c32c0 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Wed, 1 Apr 2020 02:32:41 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4bae2d4..4e004e6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,6 +19,13 @@ cat /tmp/kinto/caret journalctl --user-unit=keyswap.service -b ``` +You may also run kinto in debug mode as of 1.0.6-2. This could help me resolve your problem faster. +``` +systemctl --user stop keyswap +cd ~/.config/kinto +./kintox11 --debug +``` + **Describe the bug** A clear and concise description of what the bug is.