add some tips

This commit is contained in:
Awuqing
2026-03-17 13:45:31 +08:00
parent eadd3f8961
commit aff334e1af
9 changed files with 790 additions and 37 deletions

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

@@ -0,0 +1,43 @@
---
name: "\U0001F41B Bug 报告"
about: "报告一个 Bug帮助我们改进 BackupX"
title: "[Bug] "
labels: ["bug"]
assignees: []
---
## 描述
<!-- 清晰简洁地描述这个 Bug -->
## 复现步骤
1.
2.
3.
## 期望行为
<!-- 描述你期望发生什么 -->
## 实际行为
<!-- 描述实际发生了什么 -->
## 环境信息
- **OS**: <!-- 例如 Ubuntu 22.04 -->
- **Go 版本**: <!-- 例如 1.21 -->
- **Node.js 版本**: <!-- 例如 18.17 -->
- **浏览器**: <!-- 例如 Chrome 120 -->
- **BackupX 版本**: <!-- 例如 v1.0.0 -->
## 相关日志
```
<!-- 粘贴相关日志输出 -->
```
## 截图
<!-- 如有截图请附上 -->

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 💬 讨论区 / Discussions
url: https://github.com/Awuqing/GoogleDriverBackupEveryDay/discussions
about: 提问、讨论功能想法或分享使用经验

View File

@@ -0,0 +1,23 @@
---
name: "\U0001F680 功能请求"
about: "建议一个新功能或改进"
title: "[Feature] "
labels: ["enhancement"]
assignees: []
---
## 需求描述
<!-- 清晰简洁地描述你希望的功能 -->
## 使用场景
<!-- 描述你在什么场景下需要这个功能 -->
## 建议的解决方案
<!-- 描述你认为应该如何实现(可选) -->
## 补充信息
<!-- 任何其他相关信息、截图或上下文 -->