Skip to content

Commit 141f264

Browse files
committed
chore(github): 添加通用问题反馈模板
- 新增名为“其他”的issue模板 - 模板适用于使用问题、文档改进、项目建议等多种反馈场景 - 提供模板使用说明,区分Bug报告和功能请求 - 包含可选文本输入区域供用户填写反馈内容
1 parent b05a0e1 commit 141f264

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
title: '【其他】请输入简要标题'
2+
labels: other
3+
name: '📝 其他'
4+
description: 问题咨询、使用疑问、改进建议或其他类型的反馈
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**感谢您的反馈!**
10+
11+
此模板适用于以下场景:
12+
- 使用问题咨询
13+
- 文档改进建议
14+
- 项目改进意见
15+
- 一般性讨论
16+
- 其他不属于 Bug 或功能请求的内容
17+
18+
如果您要报告 Bug,请使用「🐞 错误报告」模板。
19+
如果您要提出新功能,请使用「💡 功能请求」模板。
20+
21+
- type: textarea
22+
id: steps-to-reproduce
23+
attributes:
24+
label: 想说点什么
25+
validations:
26+
required: false

0 commit comments

Comments
 (0)