From 93792ccb8ac661cd292509b37b15e0423bb5aae0 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Tue, 6 Sep 2022 10:55:51 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 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..2ea017b0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +## Lapce Version + +The Lapce version you are using, which can be found in "About Lapce" at the top right settings icon. + +## System information + +the operating system used, including its version, e.g. Windows 10, Ubuntu 18.04 + +## Describe the bug +A clear and concise description of what the bug is. + +## Additional information + +Other information that can be used to further reproduce or isolate the problem. +This commonly includes: + +- screenshots +- logs +- theories about what might be going wrong +- workarounds that you used