From 9698c6d81ca0d5b011703524dc0b5cdb89a8c04d Mon Sep 17 00:00:00 2001 From: linyuchen Date: Wed, 7 Feb 2024 15:41:57 +0800 Subject: [PATCH] chore: GitHub issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..c299c54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug反馈 +about: 报个Bug +title: '' +labels: bug +assignees: '' + +--- + +QQ版本: + +LLAPI版本: + +LLOneBot版本: + +调用LLoneBot的方式或者应用端(如postman直接调用,或NoneBot2、Koishi): + +您安装LLOneBot的步骤: + +BUG描述: + +复现步骤: \ No newline at end of file