From c4f20787c74f96ec179b4a12207e0734b3a7df83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=88=E5=AD=A3=E8=8A=B1=E4=B8=AD=E7=9A=84=E6=98=9F?= =?UTF-8?q?=E8=BE=B0?= Date: Mon, 23 Aug 2021 18:13:07 +0800 Subject: [PATCH] Update issue templates Bug --- .github/ISSUE_TEMPLATE/bug-.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-.md diff --git a/.github/ISSUE_TEMPLATE/bug-.md b/.github/ISSUE_TEMPLATE/bug-.md new file mode 100644 index 0000000000..65d37e8fb9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-.md @@ -0,0 +1,26 @@ +--- +name: 'Bug ' +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + + + +**Log of the bug** +``` +put the output here +``` + +**Desktop (please complete the following information):** + - Desktop Enviroment: [e.g. gnome, kde, server] + - LInux Kernel [e.g. linux-lts 5.10.60-1] + - Package Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.