From 5767c252b70376ff73b621eecd2f6538ada217a5 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sat, 17 Feb 2024 20:39:11 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 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..26c0223 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Logs** +- For the GUI version, you can find the logs at `~/.local/share/gpclient/gpclient.log` +- For the CLI version, copy the output of the `gpclient` command. + +**Environment:** + - OS: [e.g. Ubuntu 22.04] + - Desktop Environment: [e.g. GNOME or KDE] + - Output of `ps aux | grep 'gnome-keyring\|kwalletd5' | grep -v grep`: [Required for secure store error] + - Is remote SSH? [Yes/No] + +**Additional context** +Add any other context about the problem here.