From 559a28c2d7c8f0849d88c83e01ab08df90f5bb04 Mon Sep 17 00:00:00 2001 From: Daniel Prilik Date: Thu, 5 Nov 2020 15:46:51 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 21 +++++++++++++++++++++ 1 file changed, 21 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 0000000..63d0c7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: The daemon isn't working properly :'( +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** + +_A clear and concise description of what the bug is._ + +**Desktop (please complete the following information):** +- Distro: (e.g: Ubuntu 20.04) +- Desktop Environment: (e.g: GNOME) +- output of `uname -a`: + +**Service Logs** + +_Please copy the output of `journalctl -u surface-dial.service` / the daemon's `stdout/stderr`._