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