From b835bf9ad61a2398e0963f8fb1bca1f15e279348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E4=B8=AB=E8=AE=B2=E6=A2=B5?= Date: Thu, 16 Jun 2022 12:39:28 +0800 Subject: [PATCH] fix: issue template config name err --- .github/ISSUE_TEMPLATE/issue-article-recommendation.md | 2 +- .github/ISSUE_TEMPLATE/issue-open-source-recommendation.md | 2 +- .github/ISSUE_TEMPLATE/issue-tools-recommendation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue-article-recommendation.md b/.github/ISSUE_TEMPLATE/issue-article-recommendation.md index 27fb7ce..4958f5c 100644 --- a/.github/ISSUE_TEMPLATE/issue-article-recommendation.md +++ b/.github/ISSUE_TEMPLATE/issue-article-recommendation.md @@ -1,5 +1,5 @@ --- -name: [文章推荐/文章自荐] +name: 文章推荐/文章自荐 about: 如果要推荐自己或他人的优秀文章,请点击此模板。 title: "【文章推荐/文章自荐】xxxxxxxxx" labels: ["article-recommendation"] diff --git a/.github/ISSUE_TEMPLATE/issue-open-source-recommendation.md b/.github/ISSUE_TEMPLATE/issue-open-source-recommendation.md index 6f83ab2..ea14e14 100644 --- a/.github/ISSUE_TEMPLATE/issue-open-source-recommendation.md +++ b/.github/ISSUE_TEMPLATE/issue-open-source-recommendation.md @@ -1,5 +1,5 @@ --- -name: [开源推荐/开源自荐] +name: 开源推荐/开源自荐 about: 如果要推荐自己或他人的开源项目,请点击此模板。 title: "【开源推荐/开源自荐】xxxxxxxxx" labels: ["open-source-recommendation"] diff --git a/.github/ISSUE_TEMPLATE/issue-tools-recommendation.md b/.github/ISSUE_TEMPLATE/issue-tools-recommendation.md index 0a8b90c..c501483 100644 --- a/.github/ISSUE_TEMPLATE/issue-tools-recommendation.md +++ b/.github/ISSUE_TEMPLATE/issue-tools-recommendation.md @@ -1,5 +1,5 @@ --- -name: [工具推荐/工具自荐] +name: 工具推荐/工具自荐 about: 如果要推荐自己或他人的优秀工具,请点击此模板。 title: "【工具推荐/工具自荐】xxxxxxxxx" labels: ["tools-recommendation"]