chore: add GitHub templates and update sitemap

This commit is contained in:
test01
2026-01-05 16:34:32 +08:00
parent a13588775a
commit a86adbe20e
3 changed files with 64 additions and 0 deletions

6
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
# 赞助链接(可选)
# github: [your-username]
# patreon: your-patreon
# ko_fi: your-ko-fi
custom: ['https://spider.violetteam.cloud']

35
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,35 @@
---
name: Bug 报告
about: 创建报告帮助我们改进
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug 描述
简洁清晰地描述这个 bug。
## 复现步骤
1. 运行 '...'
2. 执行 '...'
3. 查看错误
## 预期行为
描述你期望发生什么。
## 实际行为
描述实际发生了什么。
## 环境信息
- OS: [e.g. Windows 11, macOS 14, Ubuntu 22.04]
- Python 版本: [e.g. 3.11]
- cfspider 版本: [e.g. 1.7.3]
## 错误日志
```
粘贴完整的错误信息
```
## 附加信息
添加任何其他相关信息。

View File

@@ -0,0 +1,23 @@
---
name: 功能请求
about: 提出新功能建议
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
## 功能描述
简洁清晰地描述你想要的功能。
## 使用场景
描述这个功能解决什么问题,你会如何使用它。
## 建议的实现方案
如果有想法,描述你认为应该如何实现。
## 替代方案
描述你考虑过的其他替代方案。
## 附加信息
添加任何其他相关信息或截图。