From 6dd1a4fe2589ca5df1c44ffc1b6d5d3e5224c05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E4=B8=AB=E8=AE=B2=E6=A2=B5?= Date: Wed, 15 Jun 2022 16:02:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8F=90=E4=BA=A4issue?= =?UTF-8?q?=E7=9A=84=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/config.yml | 5 ++++ .../issue-article-recommendation.md | 13 +++++++++ .../issue-open-source-recommendation.md | 28 +++++++++++++++++++ .../issue-tools-recommendation.md | 21 ++++++++++++++ 4 files changed, 67 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue-article-recommendation.md create mode 100644 .github/ISSUE_TEMPLATE/issue-open-source-recommendation.md create mode 100644 .github/ISSUE_TEMPLATE/issue-tools-recommendation.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0ccc9da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: 📜 weekly-issues + url: https://github.com/ruanyf/weekly/issues + about: 推荐项目或文章时请先在issue列表搜索一下是否已有相关的issue并被收录,如果没有,请选择不同类别模板提交issue。 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/issue-article-recommendation.md b/.github/ISSUE_TEMPLATE/issue-article-recommendation.md new file mode 100644 index 0000000..27fb7ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-article-recommendation.md @@ -0,0 +1,13 @@ +--- +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 new file mode 100644 index 0000000..6f83ab2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-open-source-recommendation.md @@ -0,0 +1,28 @@ +--- +name: [开源推荐/开源自荐] +about: 如果要推荐自己或他人的开源项目,请点击此模板。 +title: "【开源推荐/开源自荐】xxxxxxxxx" +labels: ["open-source-recommendation"] +--- + + + + + + +- 项目地址:xxx + + +- 项目官网:xxx + + +- 语言类别:xxx + + +- 项目标题:xxxxxxxx + + +- 项目描述:xxxxxxxxxxxxxxxxxxxxxxxx + + +- 截图: xxxxxxxxx \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/issue-tools-recommendation.md b/.github/ISSUE_TEMPLATE/issue-tools-recommendation.md new file mode 100644 index 0000000..0a8b90c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-tools-recommendation.md @@ -0,0 +1,21 @@ +--- +name: [工具推荐/工具自荐] +about: 如果要推荐自己或他人的优秀工具,请点击此模板。 +title: "【工具推荐/工具自荐】xxxxxxxxx" +labels: ["tools-recommendation"] +--- + + + + + +- 工具名称:xxx + + +- 工具官网:xxx + + +- 功能简介:xxx + + +- 截图: xxxxxxxxx \ No newline at end of file