From c9ae11bc8492bae68ddfcc9a772a5e2ae0989059 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: Fri, 31 Dec 2021 21:17:35 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/maintainers--bug.md | 29 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/packages-bug-.md | 31 ++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/maintainers--bug.md create mode 100644 .github/ISSUE_TEMPLATE/packages-bug-.md diff --git a/.github/ISSUE_TEMPLATE/maintainers--bug.md b/.github/ISSUE_TEMPLATE/maintainers--bug.md new file mode 100644 index 0000000000..302e1928fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/maintainers--bug.md @@ -0,0 +1,29 @@ +--- +name: Maintainers' Bug +about: Error suffered by Repo Maintainers +title: "[MAINTAIN]" +labels: maintain +assignees: '' + +--- + + + +**Log of the bug** + +
+ +``` +put the output here +``` + +
+ +**Packages (please complete the following information):** + - Package Name: [e.g. iqtree] + +**Description** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/packages-bug-.md b/.github/ISSUE_TEMPLATE/packages-bug-.md new file mode 100644 index 0000000000..8f667b385a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/packages-bug-.md @@ -0,0 +1,31 @@ +--- +name: 'Packages 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.