Skip to content

Commit 9cd8820

Browse files
committed
fix: 修复 Issue 模板选择器缺失
1 parent 34b3dc9 commit 9cd8820

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug 报告
3-
description: 报告一个可复现的 bug
3+
about: 报告一个可复现的 bug
44
title: "bug: "
55
labels: ["bug"]
66
assignees: []

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 功能建议
3-
description: 提出新功能或改进建议
3+
about: 提出新功能或改进建议
44
title: "feat: "
55
labels: ["enhancement"]
66
assignees: []

0 commit comments

Comments
 (0)