From 996fe2aa37d5fb1a2887e264d8d789620db235b4 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Mon, 15 Mar 2021 13:35:19 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..ba3bf47b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,15 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +Please first install the newest version from source to see if the problem has already been solved first. If there are problems with mapping keys, please run the following, reproduce the problem and then share the logs: + +``` +sudo systemctl stop key-mapper +sudo key-mapper-gtk -d +```