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'