From a58f5bc96e3d1abbafa368aabf1f8421d28dc3c4 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Thu, 9 Aug 2018 12:07:04 +0800 Subject: [PATCH] update issue template Former-commit-id: 359bee81dc986ed4e773b109a65509264ed1f308 [formerly 359bee81dc986ed4e773b109a65509264ed1f308 [formerly 359bee81dc986ed4e773b109a65509264ed1f308 [formerly 359bee81dc986ed4e773b109a65509264ed1f308 [formerly 45df184e133d87954c957a0a441afb50ef269da6 [formerly ab2966ce8c2cfcf8c152970a94f4da8724c34be4]]]]] Former-commit-id: 819ba04131e8900571b50a5395f0c3e676086ba0 Former-commit-id: 34f6675240689a8806408cc905dade99fc20af34 Former-commit-id: 152b279a446dc88df1150ba36be825d3437d1f5e [formerly 1969fb0ef320ca439d4165467d5e89c40da32a49] Former-commit-id: 189c487c0b08f56300163fefb576d8ff9964060a Former-commit-id: 12dd34ad414cf3fdc31a8183d060d451ed7ed950 Former-commit-id: d4e2223e72b912c43f3b80b3ab136f95a113f090 Former-commit-id: 70a265030b86c514571e345cb96e6262f38a10c8 Former-commit-id: ad7e7a5f6b03f601b976a1e0172fead7d4534833 --- .github/ISSUE_TEMPLATE/-------.md | 13 ------------- .github/ISSUE_TEMPLATE/doc.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/-------.md create mode 100644 .github/ISSUE_TEMPLATE/doc.md diff --git a/.github/ISSUE_TEMPLATE/-------.md b/.github/ISSUE_TEMPLATE/-------.md deleted file mode 100644 index a72ddf66..00000000 --- a/.github/ISSUE_TEMPLATE/-------.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: "✏️ 其它类型" -about: 其它类型的 issue - ---- - -``` -请先把下面选择一个标题复制到上面的标题框,然后删除这部分 -🌈 优化显示 | 标题 -👾 BUG | 标题 -``` - -如果需要,在这里描述具体内容 diff --git a/.github/ISSUE_TEMPLATE/doc.md b/.github/ISSUE_TEMPLATE/doc.md new file mode 100644 index 00000000..08d26590 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc.md @@ -0,0 +1,11 @@ +--- +name: "📔 文档" +about: 更新或者新增文档内容 +--- + +``` +为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分 +📔 文档 | 你的标题 +``` + +如果需要,在这里描述具体内容 \ No newline at end of file