Skip to content

Commit e4bd3ea

Browse files
committed
add qa bot to issue tpl
1 parent 4994bfa commit e4bd3ea

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
---
2-
name: Bug report
3-
about: Create a bug report to help us improve
4-
title: ''
5-
labels: bug
6-
assignees: ''
2+
name: Bug report about: Create a bug report to help us improve title: ''
3+
labels: bug assignees: ''
74

85
---
9-
Note: For inquiries while using PyWebIO or questions that might be helpful to others, please consider moving to [Discussions](https://github.com/wang0618/PyWebIO/discussions) for posting.
6+
Note: For inquiries while using PyWebIO or questions that might be helpful to others, please consider moving
7+
to [Discussions](https://github.com/wang0618/PyWebIO/discussions) for posting. You can
8+
try [PyWebIO QA Bot](https://github.com/pywebio/PyWebIO/discussions/596) to let AI answer the questions you encounter.
109

1110
**BUG Description**
1211

1312
A clear and concise description of what the bug is and how to reproduce it.
1413

1514
If the browser console reports an error or the script throws an exception, please also report them.
1615

17-
1816
**Environment Information**
19-
- OS and Version:
20-
- Browser and Version:
21-
- Python Version: Use `python3 --version` to view
22-
- PyWebIO Version: Use `python3 -c "import pywebio;print(pywebio.__version__)"` to view
17+
18+
- OS and Version:
19+
- Browser and Version:
20+
- Python Version: Use `python3 --version` to view
21+
- PyWebIO Version: Use `python3 -c "import pywebio;print(pywebio.__version__)"` to view

.github/ISSUE_TEMPLATE/bug_report_zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ assignees: ''
77

88
---
99
注: 对于PyWebIO使用咨询或对于其他人也可能有帮助的问题,请考虑移至 [Discussions](https://github.com/wang0618/PyWebIO/discussions) 进行发帖。
10+
另,可使用[PyWebIO QA Bot](https://github.com/pywebio/PyWebIO/discussions/596) 来让AI对你遇到的问题进行解答。
1011

1112
**BUG描述**
1213
描述BUG表现以及复现方式。

0 commit comments

Comments
 (0)