mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-17 21:08:05 +00:00
feat: Add GitHub community files and update contact information
This commit introduces standard GitHub community files including: - Issue templates for bug reports and feature requests. - Pull Request template. - Security policy with contact email. - Funding configuration with GitHub Sponsors and custom links. Updates include: - .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md. - .github/PULL_REQUEST_TEMPLATE.md. - .github/SECURITY.md with tukuai.ai@gmail.com as contact email. - .github/FUNDING.yml with github: tukuaiai and custom crypto/social links. - README.md with a new 联系方式 section and fixed Mermaid diagram syntax. - .gitignore updated to track .github/ directory. This ensures better community engagement and project maintainability.
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
---
|
||||
name: Bug 报告
|
||||
about: 报告一个 Bug 以帮助我们改进
|
||||
title: "[Bug]: "
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**描述您遇到的 Bug**
|
||||
清晰简洁地描述问题所在。
|
||||
|
||||
**重现步骤**
|
||||
重现行为的步骤:
|
||||
1. 前往 '...'
|
||||
2. 点击 '....'
|
||||
3. 滚动到 '....'
|
||||
4. 查看错误
|
||||
|
||||
**预期行为**
|
||||
清晰简洁地描述您期望发生的事情。
|
||||
|
||||
**实际行为**
|
||||
清晰简洁地描述实际发生的事情。
|
||||
|
||||
**截图**
|
||||
如果适用,添加截图以帮助解释您的问题。
|
||||
|
||||
**桌面环境 (请填写以下信息):**
|
||||
- 操作系统: [例如 iOS, Android, Windows, Mac, Linux]
|
||||
- 浏览器: [例如 chrome, safari]
|
||||
- 版本: [例如 22]
|
||||
|
||||
**智能手机环境 (请填写以下信息):**
|
||||
- 设备: [例如 iPhone6]
|
||||
- 操作系统: [例如 iOS8.1]
|
||||
- 浏览器: [例如 safari]
|
||||
- 版本: [例如 22]
|
||||
|
||||
**附加信息**
|
||||
您在此处可以添加任何其他上下文信息。
|
||||
Reference in New Issue
Block a user