Add unified feedback issue template and homepage entry

- Add feedback.md as a general-purpose issue template for bug reports, feature suggestions, and usage questions
- Remove bug-report.md to avoid template duplication
- Add "问题反馈" button to homepage header for easy access

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
chao5
2025-12-23 10:01:51 +08:00
parent da37e53ea0
commit b72faf4c29
3 changed files with 38 additions and 38 deletions
-38
View File
@@ -1,38 +0,0 @@
---
name: Bug 反馈
about: 报告工具存在的问题或错误
title: '[Bug] 简短描述问题'
labels: ['bug']
assignees: []
---
## 问题描述
`清晰简洁地描述遇到的问题`
## 复现步骤
1. 访问工具页面:`工具链接`
2. 执行操作:`描述你的操作步骤`
3. 观察到错误:`描述看到的错误行为`
## 预期行为
`描述你期望发生的正确行为`
## 实际行为
`描述实际发生的错误行为`
## 截图
如果可能,请添加截图来帮助解释问题
## 环境信息
- **浏览器**: `如 Chrome 120, Firefox 121 等`
- **操作系统**: `如 Windows 11, macOS 14, Android 等`
- **设备**: `如 桌面电脑, 手机, 平板 等`
## 额外信息
`任何其他有助于解决问题的信息`
## 严重程度
- [ ] 阻阻塞性 - 无法使用工具
- [ ] 严重 - 核心功能无法使用
- [ ] 中等 - 部分功能受影响
- [ ] 轻微 - 小问题,不影响使用
+35
View File
@@ -0,0 +1,35 @@
---
name: 问题反馈
about: 反馈使用问题、提出建议或报告 Bug
title: '[反馈] 简短描述你的问题或建议'
labels: ['feedback']
assignees: []
---
## 反馈类型
- [ ] Bug 报告 - 工具出现错误或异常
- [ ] 功能建议 - 希望添加新功能或改进现有功能
- [ ] 使用问题 - 使用过程中遇到的疑问
- [ ] 其他反馈 - 任何其他意见或建议
## 详细描述
`请详细描述你遇到的问题或想要提出的建议`
## 问题复现(如果是 Bug
1. 访问工具页面:`工具链接`
2. 执行操作:`描述你的操作步骤`
3. 观察到现象:`描述看到的现象`
## 预期行为
`描述你期望发生的正确行为`
## 截图(可选)
如果可能,请添加截图来帮助说明问题
## 环境信息(如果是 Bug
- **浏览器**: `如 Chrome 120, Firefox 121 等`
- **操作系统**: `如 Windows 11, macOS 14, Android 等`
- **设备**: `如 桌面电脑, 手机, 平板 等`
## 额外信息
`任何其他有助于理解问题或建议的信息`
+3
View File
@@ -491,6 +491,9 @@
</div>
</a>
<div class="header-actions">
<a href="https://github.com/justhtmls/html-tools/issues/new?template=feedback.md" target="_blank" class="btn btn-secondary">
<i class="fas fa-comment-dots"></i> 问题反馈
</a>
<a href="https://github.com/justhtmls/html-tools/issues/new?template=tool-request.md" target="_blank" class="btn btn-secondary">
<i class="fas fa-lightbulb"></i> 提交需求
</a>