From 5f24cb49c1d97b180b712b7538f21ea221e1cf20 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Thu, 9 Aug 2018 12:39:49 +0800 Subject: [PATCH] update issue template Former-commit-id: a208160c5ca81b5aac146396ad903ebb55b06c67 [formerly a208160c5ca81b5aac146396ad903ebb55b06c67 [formerly a208160c5ca81b5aac146396ad903ebb55b06c67 [formerly a208160c5ca81b5aac146396ad903ebb55b06c67 [formerly 3386c9f1d365beb08724ccb03b192d9746b447d9 [formerly 661e15d9ad58faadd8dfacbaa98a881aedaaae69]]]]] Former-commit-id: 126b3cd5ca45a931a99f3295103f96119aa35e06 Former-commit-id: e336e914b1dc7b3749647c70addcdfd6011e7455 Former-commit-id: a2579e56094dc44ba3c470897a4b5bdc25ee7f99 [formerly f5ec6ffe1bf3ca4b77e94b7b64ad9454a5485731] Former-commit-id: 3130ace2c14ee42af90d90834057d7391cff3877 Former-commit-id: ae2d8ca82fd4315f35d5915fe0e1d63a1272e3ee Former-commit-id: f8c506cca5092d97627d588ca880ae1614c0a9bb Former-commit-id: d552059216915a3bd1bdb813da451b5058cf9739 Former-commit-id: ae903e9b58075a121722ee3f2b55f4a22993e59b --- .github/ISSUE_TEMPLATE/bug.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/display.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/feature.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/question.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/update.md | 11 +++++++++++ 5 files changed, 55 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/display.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/question.md create mode 100644 .github/ISSUE_TEMPLATE/update.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..3b3adc49 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,11 @@ +--- +name: "👾 BUG" +about: 代码错误 +--- + +``` +为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分 +👾 BUG | 你的标题 +``` + +如果需要,在这里描述具体内容 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/display.md b/.github/ISSUE_TEMPLATE/display.md new file mode 100644 index 00000000..71bbe62d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/display.md @@ -0,0 +1,11 @@ +--- +name: "🌈 显示优化" +about: 显示方面调整 +--- + +``` +为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分 +🌈 显示优化 | 你的标题 +``` + +如果需要,在这里描述具体内容 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..28319d9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,11 @@ +--- +name: "🔩 新功能" +about: 开发新功能 +--- + +``` +为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分 +🔩 新功能 | 你的标题 +``` + +如果需要,在这里描述具体内容 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..cd23f944 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: "🤔 提问" +about: 提出使用方面的问题 +--- + +``` +为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分 +🤔 提问 | 你的标题 +``` + +如果需要,在这里描述具体内容 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/update.md b/.github/ISSUE_TEMPLATE/update.md new file mode 100644 index 00000000..28207447 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/update.md @@ -0,0 +1,11 @@ +--- +name: "⚙ 功能升级" +about: 升级某个功能 +--- + +``` +为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分 +⚙ 功能升级 | 你的标题 +``` + +如果需要,在这里描述具体内容 \ No newline at end of file