From 1a1009b1673c0b017166e61f0f71e6e250754a9e Mon Sep 17 00:00:00 2001 From: Xwite <1797350009@qq.com> Date: Thu, 14 Apr 2022 08:23:42 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs(issue=20templates):=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=8A=98=E5=8F=A0=E6=97=A5=E5=BF=97=E5=92=8C=E4=B9=A6=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/01-bugReport.md | 28 +++++++++++--------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bugReport.md b/.github/ISSUE_TEMPLATE/01-bugReport.md index 27219b16f..f30cbd9dc 100644 --- a/.github/ISSUE_TEMPLATE/01-bugReport.md +++ b/.github/ISSUE_TEMPLATE/01-bugReport.md @@ -26,27 +26,23 @@ assignees: '' > -### 使用书源(填写URL或者JSON) -> - - -```json - - - - - - -``` - ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > +### 使用书源(填写URL或者JSON) +
+ 点击展开 +

 
 
-### 日志提交(问题截图或者日志)
->
-
+

+
+

日志提交(问题截图或者日志)

+
+ 点击展开 +

 
 
+

+
\ No newline at end of file From 040cc1a9cd7e4077d432cb8b2de74ebbddd1481f Mon Sep 17 00:00:00 2001 From: Xwite <1797350009@qq.com> Date: Thu, 14 Apr 2022 08:36:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?ci:=E4=B8=8D=E5=AF=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=B1=BB=E7=9A=84=E6=9B=B4=E6=94=B9=E8=BF=9B=E8=A1=8C=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 42321e5ae..9d464c35e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,10 @@ on: push: branches: - master + paths: + - '**' + - '!**/assets/**' + - '!**.md' pull_request: workflow_dispatch: