From 4a3127db175040768e954c9a29404966f7a71b04 Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Fri, 8 Mar 2024 03:00:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=81=BF=E5=85=8D=E5=9C=A8=20checkbox?= =?UTF-8?q?=20=E6=9C=AB=E5=B0=BE=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 见 YAML Spec v1.2.2, sec. 8.1.1.2. Block Chomping Indicator https://yaml.org/spec/1.2.2/#8112-block-chomping-indicator --- .github/ISSUE_TEMPLATE/1-bug_report.yaml | 8 ++++---- .github/ISSUE_TEMPLATE/2-feat_request.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yaml b/.github/ISSUE_TEMPLATE/1-bug_report.yaml index 8151177..2c1b588 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yaml @@ -12,16 +12,16 @@ body: attributes: label: 先决条件 options: - - label: | + - label: |- 我已尝试更新[模板版本](https://github.com/nju-lug/NJUThesis/blob/master/CHANGELOG.md) required: true - - label: | + - label: |- 我已检索[模板手册](http://mirrors.ctan.org/macros/unicodetex/latex/njuthesis/njuthesis.pdf) required: true - - label: | + - label: |- 我已检索[项目 wiki](https://github.com/nju-lug/NJUThesis/wiki) required: true - - label: | + - label: |- 我已确认这个问题没有在[其他 issues](https://github.com/nju-lug/NJUThesis/issues) 中提出过。 required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/2-feat_request.yaml b/.github/ISSUE_TEMPLATE/2-feat_request.yaml index 927e20b..ce51aab 100644 --- a/.github/ISSUE_TEMPLATE/2-feat_request.yaml +++ b/.github/ISSUE_TEMPLATE/2-feat_request.yaml @@ -8,16 +8,16 @@ body: attributes: label: 先决条件 options: - - label: | + - label: |- 我已尝试更新模板版本 required: true - - label: | + - label: |- 我已检索[模板手册](http://mirrors.ctan.org/macros/unicodetex/latex/njuthesis/njuthesis.pdf) required: true - - label: | + - label: |- 我已检索[项目 wiki](https://github.com/nju-lug/NJUThesis/wiki) required: true - - label: | + - label: |- 我已确认这个请求没有在[其他 issues](https://github.com/tuna/issues/issues)中提出过。 required: true - type: textarea