diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..c145a95b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,16 @@ +--- +name: Bug report +about: BUG反馈 +title: '' +labels: '' +assignees: '' + +--- + +**描述你遇到的bug** +简单的描述一下你遇到的bug + +**如何复现你的BUG** +为方便找bug,请说明你bug产生的步骤 + +**截图** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..f0e46ce6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: 功能添加请求 +title: '' +labels: '' +assignees: '' + +--- + +功能描述<--- 越详细越好 + +最好等带点相关资料或者想法 + +要是能写好,建立pull request 那就最好了 嘻嘻