Add issue template
This commit is contained in:
parent
bbc7c4bfcc
commit
40a8304350
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
name: Bug 报告
|
||||||
|
about: 提交一份 bug 报告,帮助 WeChatFerry 变得更好
|
||||||
|
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位 等】
|
||||||
|
|
||||||
|
**屏幕截图**
|
||||||
|
添加屏幕截图以帮助解释您的问题。(可选)
|
||||||
|
|
||||||
|
**崩溃信息**
|
||||||
|
微信崩溃原因描述文件内容。(可选)
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: 请求添加新功能
|
||||||
|
about: 提出一个关于本项目新功能 / 新特性的建议
|
||||||
|
title: "[\U0001F4A1SUG] 一句话描述你希望新增的功能或特性"
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**你希望添加的功能是否与某个问题相关?**
|
||||||
|
关于这个问题的简洁清晰的描述,例如,当 [...] 时,我总是很沮丧。
|
||||||
|
|
||||||
|
**描述你希望的解决方案**
|
||||||
|
关于解决方案的简洁清晰的描述。
|
||||||
|
|
||||||
|
**描述你考虑的替代方案**
|
||||||
|
关于你考虑的,能实现这个功能的其他替代方案的简洁清晰的描述。
|
||||||
|
|
||||||
|
**其他**
|
||||||
|
你可以添加其他任何的资料、链接或者屏幕截图,以帮助我们理解这个新功能。
|
Loading…
Reference in New Issue
Block a user