Add tool request feature

- Add 'Submit Request' button in header for users to request new tools
- Create GitHub Issue template for tool requests (tool-request.md)

🤖 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 01:42:20 +08:00
parent 9ac80c548f
commit 6dbc4efbfd
2 changed files with 66 additions and 0 deletions
+63
View File
@@ -0,0 +1,63 @@
---
name: 工具需求
about: 提出你希望看到的新工具需求
title: '[工具需求] 工具名称'
labels: ['tool-request', 'enhancement']
assignees: []
---
## 需求描述
### 你希望添加什么工具?
`简要描述你需要的工具`
### 使用场景
```
描述这个工具的使用场景,帮助你解决什么问题
```
### 功能需求
请列出这个工具应该具备的核心功能:
- [ ] 功能 1
- [ ] 功能 2
- [ ] 功能 3
---
## 参考示例
### 是否有类似工具可以参考?
- **参考工具名称**: `工具名称`
- **参考链接**: `https://example.com`
- **说明**: `这个工具有什么值得借鉴的地方,或者有什么不足`
---
## 设计建议
### 图标建议
`建议的 Emoji 图标,如 🔧`
### 分类建议
`从以下分类中选择一个:converter / developer / text / image / utility`
### 标签建议
`相关的标签,用逗号分隔`
---
## 其他信息
### 优先级
- [ ] 高优先级 - 迫切需要
- [ ] 中优先级 - 有就更好
- [ ] 低优先级 - 锦上添花
### 补充说明
`任何其他你认为有帮助的信息`
---
**感谢你的建议!我们会评估这个需求,并根据社区反馈和开发资源来决定是否实现。**
💡 **提示**: 如果你有开发能力,欢迎直接提交这个工具!查看 [贡献指南](CONTRIBUTING.html) 了解详情。
+3
View File
@@ -490,6 +490,9 @@
</div>
</a>
<div class="header-actions">
<a href="https://github.com/justhtmls/justhtmls.com/issues/new?template=tool-request.md" target="_blank" class="btn btn-secondary">
<i class="fas fa-lightbulb"></i> 提交需求
</a>
<a href="https://github.com/justhtmls" target="_blank" class="btn btn-secondary">
<i class="fab fa-github"></i> GitHub
</a>