From c24c0819ce3ad7a13fe0941598af6617fd62f866 Mon Sep 17 00:00:00 2001 From: bridge Date: Sun, 4 Jan 2026 21:15:42 +0800 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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: '' +--- + +**功能描述** +你希望添加什么功能? + +**解决什么问题** +这个功能解决了什么痛点? +