diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index a8b209bc..b4222344 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,5 +1,5 @@ --- -name: 问题上报 +name: 1. 问题上报 about: 如果你在使用过程中发现问题,请使用此模板。 labels: Bug --- diff --git a/.github/ISSUE_TEMPLATE/CONFIG_ISSUES.md b/.github/ISSUE_TEMPLATE/CONFIG_ISSUES.md index cd575713..587e3c2d 100644 --- a/.github/ISSUE_TEMPLATE/CONFIG_ISSUES.md +++ b/.github/ISSUE_TEMPLATE/CONFIG_ISSUES.md @@ -1,5 +1,5 @@ --- -name: 配置问题 +name: 3. 配置问题 about: 如果你不知道如何配置DS来访问某个网站,请使用这个模板。 labels: Config Issue --- diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index 7dbcf677..6fd12edb 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -1,5 +1,5 @@ --- -name: 提新需求 +name: 4. 提新需求 about: 如果你想提出一个新需求,请使用此模板。 labels: Feature Request --- diff --git a/.github/ISSUE_TEMPLATE/OTHERS.md b/.github/ISSUE_TEMPLATE/OTHERS.md index 53465cc6..ad4d3acf 100644 --- a/.github/ISSUE_TEMPLATE/OTHERS.md +++ b/.github/ISSUE_TEMPLATE/OTHERS.md @@ -1,5 +1,5 @@ --- -name: 其他问题 +name: 5. 其他问题 about: 如果不是以上问题,请使用此模板。 --- diff --git a/.github/ISSUE_TEMPLATE/STYLE_ISSUE.md b/.github/ISSUE_TEMPLATE/STYLE_ISSUE.md index 83fefc3a..59e072ca 100644 --- a/.github/ISSUE_TEMPLATE/STYLE_ISSUE.md +++ b/.github/ISSUE_TEMPLATE/STYLE_ISSUE.md @@ -1,5 +1,5 @@ --- -name: 样式问题 +name: 2. 样式问题 about: 如果你发现了一些页面样式问题,请使用此模板。 labels: Style Issue ---