Skip to content

Commit

Permalink
add qa bot to issue tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 committed Aug 3, 2023
1 parent 4994bfa commit e4bd3ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
---
name: Bug report
about: Create a bug report to help us improve
title: ''
labels: bug
assignees: ''
name: Bug report about: Create a bug report to help us improve title: ''
labels: bug assignees: ''

---
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.
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. You can
try [PyWebIO QA Bot](https://github.com/pywebio/PyWebIO/discussions/596) to let AI answer the questions you encounter.

**BUG Description**

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

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


**Environment Information**
- OS and Version:
- Browser and Version:
- Python Version: Use `python3 --version` to view
- PyWebIO Version: Use `python3 -c "import pywebio;print(pywebio.__version__)"` to view

- OS and Version:
- Browser and Version:
- Python Version: Use `python3 --version` to view
- PyWebIO Version: Use `python3 -c "import pywebio;print(pywebio.__version__)"` to view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ assignees: ''

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

**BUG描述**
描述BUG表现以及复现方式。
Expand Down

0 comments on commit e4bd3ea

Please sign in to comment.