mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
Update issue templates
This commit is contained in:
31
.github/ISSUE_TEMPLATE/bug-------.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/bug-------.md
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
name: Bug 反馈(中文)
|
||||
about: 提交 bug 反馈
|
||||
|
||||
---
|
||||
|
||||
## 问题描述
|
||||
|
||||
请对遇到的 bug 进行简要描述。
|
||||
|
||||
## 版本信息
|
||||
|
||||
请提供如下版本信息:
|
||||
|
||||
- 操作系统类型: [e.g. macos, Linux, Windows]
|
||||
- Python 版本 [e.g. 3.6]
|
||||
- HttpRunner 版本 [e.g. 1.5.11]
|
||||
|
||||
## 堆栈信息
|
||||
|
||||
请提供出现 bug 时的详细堆栈内容。
|
||||
|
||||
## 项目文件结构
|
||||
|
||||
请提供测试用例的文件组织结构。比较好的方式是在项目根目录中执行`tree -a`命令。
|
||||
|
||||
## 项目文件内容(非必须)
|
||||
|
||||
如果可能,提供项目测试用例文件原始内容可加快 bug 定位和修复速度。
|
||||
|
||||
提示:请注意在去除项目敏感信息(IP、账号密码、密钥等)后再进行上传。
|
||||
31
.github/ISSUE_TEMPLATE/bug---.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/bug---.md
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
name: Bug 反馈
|
||||
about: 提交 bug 反馈
|
||||
|
||||
---
|
||||
|
||||
## 问题描述
|
||||
|
||||
请对遇到的 bug 进行简要描述。
|
||||
|
||||
## 版本信息
|
||||
|
||||
请提供如下版本信息:
|
||||
|
||||
- 操作系统类型: [e.g. macos, Linux, Windows]
|
||||
- Python 版本 [e.g. 3.6]
|
||||
- HttpRunner 版本 [e.g. 1.5.11]
|
||||
|
||||
## 堆栈信息
|
||||
|
||||
请提供出现 bug 时的详细堆栈内容。
|
||||
|
||||
## 项目文件结构
|
||||
|
||||
请提供测试用例的文件组织结构。比较好的方式是在项目根目录中执行`tree -a`命令。
|
||||
|
||||
## 项目文件内容(非必须)
|
||||
|
||||
如果可能,提供项目测试用例文件原始内容可加快 bug 定位和修复速度。
|
||||
|
||||
提示:请注意在去除项目敏感信息(IP、账号密码、密钥等)后再进行上传。
|
||||
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -20,10 +20,12 @@ Please complete the following information:
|
||||
|
||||
Traceback when bug occurs.
|
||||
|
||||
## Project file structure
|
||||
## Project structure
|
||||
|
||||
File structure of your project. A good way is to run `tree` command.
|
||||
File structure of your project. A good way is to run `tree -a` command.
|
||||
|
||||
## Project files (If possible)
|
||||
|
||||
Provide your project files to help locate and debug bugs faster. This is not mandatory.
|
||||
|
||||
NOTICE: Before uploading your project files, don't forget to remove sensitive data, e.g. IP, username and password, key info etc.
|
||||
|
||||
Reference in New Issue
Block a user