Переглянути джерело

maint: add issues template

wangweimin 4 роки тому
батько
коміт
6f1ef80a34

+ 11 - 10
.github/ISSUE_TEMPLATE/bug_report.md

@@ -6,16 +6,17 @@ 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.
 
-对于PyWebIO使用咨询或对于其他人也可能有帮助的问题,请考虑移至 [Discussions](https://github.com/wang0618/PyWebIO/discussions) 进行发帖。
+**BUG Description**
 
-**BUG描述**
-描述BUG表现以及复现方式。
-如果浏览器控制台有报错以及脚本抛出异常也请将报错信息附上
+A clear and concise description of what the bug is and how to reproduce it.
 
-**环境信息**
- - 操作系统:  
- - 浏览器及版本:  
- - Python版本: 使用 `python3 --version` 查看
- - PyWebIO版本: 使用 `python3 -c "import pywebio;print(pywebio.__version__)"`  查看
+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

+ 19 - 0
.github/ISSUE_TEMPLATE/bug_report_zh.md

@@ -0,0 +1,19 @@
+---
+name: Bug报告
+about: 使用中文进行Bug报告
+title: ''
+labels: bug, zh
+assignees: ''
+
+---
+注: 对于PyWebIO使用咨询或对于其他人也可能有帮助的问题,请考虑移至 [Discussions](https://github.com/wang0618/PyWebIO/discussions) 进行发帖。
+
+**BUG描述**
+描述BUG表现以及复现方式。
+如果浏览器控制台有报错以及脚本抛出异常也请将报错信息附上
+
+**环境信息**
+ - 操作系统及版本:  
+ - 浏览器及版本:  
+ - Python版本: 使用 `python3 --version` 查看
+ - PyWebIO版本: 使用 `python3 -c "import pywebio;print(pywebio.__version__)"`  查看