From 3fe1aa7ab0bbc890d10f0c2802d096b9d53e6aef Mon Sep 17 00:00:00 2001 From: monlor Date: Thu, 5 Mar 2020 10:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0bug=E5=8F=8D=E9=A6=88?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.md | 39 ++++++++++++++++++++++++++++ .github/workflows/main.yml | 2 ++ 2 files changed, 41 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..48ca158 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug Report]" +labels: '' +assignees: '' + +--- + +**Bug 详情** + + + + + +**你的操作** + + + + +**屏幕截图** + + + +**日志信息** + + + +``` +``` + diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac0b5e6..806320d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,7 @@ on: paths-ignore: - 'README.md' - 'tools' + - '.github' branchs: - 'test' - 'master' @@ -26,6 +27,7 @@ on: paths-ignore: - 'README.md' - 'tools' + - '.github' branchs: - 'test' - 'master'