-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b55a93
commit e44057c
Showing
1 changed file
with
63 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,72 @@ | ||
--- | ||
name: 出现了什么问题? | ||
about: 你的问题都可以写在你自己的issues中 | ||
name: Bug report | ||
about: 创建详细错误报告帮助解决你遇到的问题 | ||
title: "[BUG]" | ||
labels: bug, help wanted, invalid | ||
assignees: Johnserf-Seed | ||
labels: 故障(bug) | ||
assignees: '' | ||
|
||
--- | ||
|
||
**描述出现的错误** | ||
遇到bug先在issues中搜索,没有得到解决方案再提交。 | ||
对出现bug的地方做清晰而简洁的描述。 | ||
- [ ] 我查看了 [文档](https://johnserf-seed.github.io/f2/quick-start.html) 以及 [已关闭的问题](https://github.com/Johnserf-Seed/f2/issues?q=is%3Aissue+is%3Aclosed) 以寻找可能的解决方案。 | ||
- [ ] 我在 [常见的问题与解决办法](https://johnserf-seed.github.io/f2/question-answer/qa.html) 中找不到我的问题。 | ||
- [ ] ~~*你的问题是公开的,请注意删除个人敏感内容再上传*~~ | ||
- [ ] 不按照模板填写的问题将不会得到优先的处理。 | ||
|
||
**bug复现** | ||
复现这次行为的步骤: | ||
1.首先更改了什么什么 | ||
2.点击了什么什么 | ||
3.“……” | ||
- 如果错误问题是可视化的,请在**屏幕截图**贴截图。如果你是开发者请在**错误重现**提供一个最小的代码示例来演示该问题。 | ||
- 相同的问题将会被标记`重复(duplicate)`,如果你的问题被标记为`已确认(confirmed)`则会在后续的推送中修复,请时刻留意。 | ||
- 退订邮件提醒请点击邮件的底部`unsubscribe`。 | ||
|
||
**截图** | ||
如果适用,添加屏幕截图以帮助解释您的问题。 | ||
|
||
**桌面(请填写以下信息):** | ||
-操作系统:[例如windows10 64bit] | ||
-vpn代理:[例如开启、关闭] | ||
-项目版本:[如1.5.0.0] | ||
-py版本:[如3.11.1] | ||
-依赖库的版本:[出错的库版本号] | ||
**详细描述错误** | ||
简明扼要地描述遇到的错误。 | ||
|
||
**附文** | ||
在此处添加有关此问题的其他备注。 | ||
**系统平台** | ||
<details> | ||
<summary>单击展开</summary> | ||
Q:你在哪个平台(Win/Linux/Mac)上运行?你使用的是什么浏览器?你使用的是什么终端软件?你使用的F2是什么版本? | ||
|
||
A: | ||
|
||
- 操作系统: [e.g. Win10 x64 22H2 19045.4046] | ||
- 浏览器 [e.g. Edge 122.0.2365.52] | ||
- 终端 [e.g. WT 1.18.10301.0] | ||
- F2版本 [e.g. 0.0.1.5] | ||
|
||
</details> | ||
|
||
**错误重现** | ||
<details> | ||
<summary>单击展开</summary> | ||
Q: 请你复制并粘贴出错时运行的命令和配置文件内容,以及重现该行为的步骤。如果你一次性就提供完整信息,就会节省很多解决问题的时间。 | ||
|
||
A: | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
Q: 请添加调试命令`f2 -d DEBUG`重新运行出错的命令并提供日志目录下的日志文件。 | ||
|
||
A: | ||
|
||
Q: 如果是开发者请提供最小的代码示例 | ||
|
||
A: | ||
|
||
```python | ||
|
||
``` | ||
|
||
</details> | ||
|
||
**预期行为** | ||
简明扼要地描述期望发生的事情。 | ||
|
||
**屏幕截图** | ||
请添加截图以帮助解释你的问题。 | ||
|
||
**日志文件** | ||
请添加调试日志文件以帮助解释你的问题。 | ||
|
||
**其他** | ||
如有,可以添加有关问题的其他信息。 |