diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..c06ad1d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: 提交 Bug +about: 请告诉我框架存在的问题,我会协助你解决此问题! +labels: bug +assignees: getActivity + +--- + + +##### 版本号: + + + +##### 问题描述: + + + +##### 错误截图: + + + + +#### 友情提示: + - 未按格式要求发帖、描述过于简单的,会被直接删掉; + - 描述问题请图文并茂,方便我们理解并快速定位问题; diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..b53783e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: 提交建议 +about: 请告诉我框架的不足之处,让我做得更好! +labels: help wanted +assignees: getActivity + +--- + +##### 版本号: + + +##### 问题描述: + + + +##### 错误截图: + + + + +#### 友情提示: + - 未按格式要求发帖、描述过于简单的,会被直接删掉; + - 描述问题请图文并茂,方便我们理解并快速定位问题;