diff --git a/.github/ISSUE TEMPLATE/bug反馈.md b/.github/ISSUE TEMPLATE/bug反馈.md new file mode 100644 index 00000000..16ee68e3 --- /dev/null +++ b/.github/ISSUE TEMPLATE/bug反馈.md @@ -0,0 +1,13 @@ +### 使用版本: + + +### 报错信息: + + +### 希望结果: + + +### 复现步骤: + + +< 备注:如果复现步骤比较复杂,请将 demo 上传到 gitee 并留下地址 > diff --git a/.github/ISSUE TEMPLATE/功能提问.md b/.github/ISSUE TEMPLATE/功能提问.md new file mode 100644 index 00000000..f85c8b64 --- /dev/null +++ b/.github/ISSUE TEMPLATE/功能提问.md @@ -0,0 +1,4 @@ +### 对以下问题有疑问: + + +< 备注:请尽量详细描述问题所在 > diff --git a/.github/ISSUE TEMPLATE/建议增加新功能.md b/.github/ISSUE TEMPLATE/建议增加新功能.md new file mode 100644 index 00000000..e999e52c --- /dev/null +++ b/.github/ISSUE TEMPLATE/建议增加新功能.md @@ -0,0 +1,7 @@ +### 建议增加的新功能: + + +### 应用场景阐述: + + +< 备注:请尽量详细描述功能应用场景 > diff --git a/.github/ISSUE TEMPLATE/预期不符.md b/.github/ISSUE TEMPLATE/预期不符.md new file mode 100644 index 00000000..366e7753 --- /dev/null +++ b/.github/ISSUE TEMPLATE/预期不符.md @@ -0,0 +1,16 @@ +### 使用版本: + + +### 涉及的功能模块: + + +### 测试步骤: ++ 我经过以下步骤测试: + ++ 得出以下结果: + ++ 其中第 xx 行的代码输出表现 和文档上描述的不一致: + ++ 我的理解是: + +请问,是我的理解不对,还是文档出了问题?