From fbca6cbd11a627a9566fe18f8d9004a664e8de00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Mon, 15 Apr 2024 10:53:02 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Issue=E6=A8=A1=E6=9D=BF=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=BC=96=E5=8F=B7"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 698966c1b4262ab5ffb4291b429d00329d5eab41. --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 2 +- .github/ISSUE_TEMPLATE/CONFIG_ISSUES.md | 2 +- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 2 +- .github/ISSUE_TEMPLATE/OTHERS.md | 2 +- .github/ISSUE_TEMPLATE/STYLE_ISSUE.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index b4222344..a8b209bc 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,5 +1,5 @@ --- -name: 1. 问题上报 +name: 问题上报 about: 如果你在使用过程中发现问题,请使用此模板。 labels: Bug --- diff --git a/.github/ISSUE_TEMPLATE/CONFIG_ISSUES.md b/.github/ISSUE_TEMPLATE/CONFIG_ISSUES.md index 587e3c2d..cd575713 100644 --- a/.github/ISSUE_TEMPLATE/CONFIG_ISSUES.md +++ b/.github/ISSUE_TEMPLATE/CONFIG_ISSUES.md @@ -1,5 +1,5 @@ --- -name: 3. 配置问题 +name: 配置问题 about: 如果你不知道如何配置DS来访问某个网站,请使用这个模板。 labels: Config Issue --- diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index 6fd12edb..7dbcf677 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -1,5 +1,5 @@ --- -name: 4. 提新需求 +name: 提新需求 about: 如果你想提出一个新需求,请使用此模板。 labels: Feature Request --- diff --git a/.github/ISSUE_TEMPLATE/OTHERS.md b/.github/ISSUE_TEMPLATE/OTHERS.md index ad4d3acf..53465cc6 100644 --- a/.github/ISSUE_TEMPLATE/OTHERS.md +++ b/.github/ISSUE_TEMPLATE/OTHERS.md @@ -1,5 +1,5 @@ --- -name: 5. 其他问题 +name: 其他问题 about: 如果不是以上问题,请使用此模板。 --- diff --git a/.github/ISSUE_TEMPLATE/STYLE_ISSUE.md b/.github/ISSUE_TEMPLATE/STYLE_ISSUE.md index 59e072ca..83fefc3a 100644 --- a/.github/ISSUE_TEMPLATE/STYLE_ISSUE.md +++ b/.github/ISSUE_TEMPLATE/STYLE_ISSUE.md @@ -1,5 +1,5 @@ --- -name: 2. 样式问题 +name: 样式问题 about: 如果你发现了一些页面样式问题,请使用此模板。 labels: Style Issue ---