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