diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..b8d3bdb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug Report 🐛 +about: 报告一个问题 (Report a bug) +title: "[Bug] " +labels: bug +assignees: '' +--- + +**问题描述** +简要描述你遇到的问题。 + +**复现步骤** +1. +2. + +**环境信息** +- OS: +- 报错信息 (如有): + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bab0bd3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature Request 💡 +about: 建议一个新功能 (Propose a feature) +title: "[Feat] " +labels: enhancement +assignees: '' +--- + +**功能描述** +你希望添加什么功能? + +**解决什么问题** +这个功能解决了什么痛点? +