diff --git a/.github/ISSUE_TEMPLATE/doc.md b/.github/ISSUE_TEMPLATE/doc.md index 08d26590..f5c08d3d 100644 --- a/.github/ISSUE_TEMPLATE/doc.md +++ b/.github/ISSUE_TEMPLATE/doc.md @@ -1,11 +1,11 @@ --- -name: "📔 文档" +name: "📔 文档更新" about: 更新或者新增文档内容 --- ``` 为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分 -📔 文档 | 你的标题 +📔 文档更新 | 你的标题 ``` 如果需要,在这里描述具体内容 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 28319d9d..80a32aeb 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,11 +1,11 @@ --- -name: "🔩 新功能" -about: 开发新功能 +name: "🔩 功能开发" +about: 开发新的功能 --- ``` 为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分 -🔩 新功能 | 你的标题 +🔩 功能开发 | 你的标题 ``` 如果需要,在这里描述具体内容 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 00000000..0bfd9e9c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,11 @@ +--- +name: "🖐 其它问题" +about: 其它类型的 issue 请使用该模板 +--- + +``` +为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分 +🖐 其它问题 | 你的标题 +``` + +如果需要,在这里描述具体内容 \ No newline at end of file