-
Notifications
You must be signed in to change notification settings - Fork 383
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
Showing
2 changed files
with
11 additions
and
11 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,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 |
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