feat: 初始化

This commit is contained in:
hackrobot
2024-03-04 18:39:54 +08:00
parent fffeba0b3d
commit e6a5cd45a2
28 changed files with 33048 additions and 62 deletions

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

@@ -0,0 +1,22 @@
---
name: Bug 报告
about: 提交一份 bug 报告,帮助 WeChatRobot 变得更好
title: "[\U0001F41BBUG] 用一句话描述您的问题。"
labels: bug
assignees: ''
---
**描述这个 bug**
对 bug 作一个清晰简明的描述:
- 想做什么?
- 现在怎么做?
- 遇到什么问题?
**使用环境(请补全下列信息):**
- 操作系统:【如 Windows 7, Windows 10, Windows Server 2008 等】
- 操作系统版本【32 位或 64 位】
- Python 版本 【如 3.7.9 32 位3.8.15 64 位 等】
**屏幕截图**
添加屏幕截图以帮助解释您的问题。(可选)

View File

@@ -0,0 +1,20 @@
---
name: 请求添加新功能
about: 提出一个关于本项目新功能 / 新特性的建议
title: "[\U0001F4A1SUG] 一句话描述你希望新增的功能或特性"
labels: enhancement
assignees: ''
---
**你希望添加的功能是否与某个问题相关?**
关于这个问题的简洁清晰的描述,例如,当 [...] 时,我总是很沮丧。
**描述你希望的解决方案**
关于解决方案的简洁清晰的描述。
**描述你考虑的替代方案**
关于你考虑的,能实现这个功能的其他替代方案的简洁清晰的描述。
**其他**
你可以添加其他任何的资料、链接或者屏幕截图,以帮助我们理解这个新功能。