mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 19:39:44 +08:00
change: update issue templates
This commit is contained in:
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,39 +1,23 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
about: Submit a bug report
|
||||
title: ''
|
||||
labels: Pending
|
||||
labels: pending
|
||||
---
|
||||
|
||||
## Describe the bug
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
> Please give a brief description of the bug;
|
||||
> attach the running command and the stack information when the error is reported
|
||||
|
||||
## Versions
|
||||
|
||||
Please complete the following information:
|
||||
|
||||
- OS: [e.g. macOS, Linux, Windows]
|
||||
- Python [e.g. 3.6]
|
||||
- HttpRunner [e.g. 2.1.2]
|
||||
- **Device ID**: [e.g. 190070690681122]
|
||||
|
||||
How to get device ID?
|
||||
|
||||
In Python interactive shell, execute the following command:
|
||||
|
||||
```bash
|
||||
>>> import uuid; print(uuid.getnode())
|
||||
190070690681122
|
||||
```
|
||||
|
||||
## Traceback
|
||||
|
||||
Traceback when bug occurs.
|
||||
|
||||
## Project structure
|
||||
|
||||
File structure of your project. A good way is to run `tree -a` command.
|
||||
- OS Type: [e.g. macOS, Linux, Windows]
|
||||
- Python version: [e.g. 3.9]
|
||||
- Go version: [e.g. 1.18]
|
||||
- HttpRunner version [e.g. 3.1.8]
|
||||
|
||||
## Project files (If possible)
|
||||
|
||||
|
||||
24
.github/ISSUE_TEMPLATE/bug_report_zh.md
vendored
24
.github/ISSUE_TEMPLATE/bug_report_zh.md
vendored
@@ -2,37 +2,25 @@
|
||||
name: Bug 反馈(中文)
|
||||
about: 提交 bug 反馈
|
||||
title: ''
|
||||
labels: Pending
|
||||
labels: pending
|
||||
---
|
||||
|
||||
## 问题描述
|
||||
|
||||
请对遇到的 bug 进行简要描述。
|
||||
> 请对 bug 进行简要描述;
|
||||
> 尽量附带运行的命令和报错时的堆栈信息
|
||||
|
||||
## 版本信息
|
||||
|
||||
请提供如下版本信息:
|
||||
|
||||
- 操作系统类型: [e.g. macOS, Linux, Windows]
|
||||
- Python 版本 [e.g. 3.6]
|
||||
- HttpRunner 版本 [e.g. 2.1.2]
|
||||
- **设备 ID**: [e.g. 190070690681122]
|
||||
|
||||
获取方式:
|
||||
|
||||
在 Python 交互式 shell 中输入如下命令进行获取:
|
||||
|
||||
```bash
|
||||
>>> import uuid; print(uuid.getnode())
|
||||
190070690681122
|
||||
```
|
||||
- Python 版本: [e.g. 3.9]
|
||||
- Go 版本: [e.g. 1.18]
|
||||
- HttpRunner 版本 [e.g. 3.1.8]
|
||||
|
||||
## 项目文件内容(非必须)
|
||||
|
||||
如果可能,提供项目测试用例文件原始内容可加快 bug 定位和修复速度。
|
||||
|
||||
提示:请注意在去除项目敏感信息(IP、账号密码、密钥等)后再进行上传。
|
||||
|
||||
## 运行命令 && 堆栈信息
|
||||
|
||||
请提供在命令行中运行测试时所在的目录和命令,以及报错时的详细堆栈内容。
|
||||
|
||||
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -2,17 +2,17 @@
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: Pending
|
||||
labels: pending
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
## Background
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
> Focus on describing the problems encountered: In what scenarios, the current features of HttpRunner cannot achieve the requirements.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
## Desired features
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
> What functional features are expected from HttpRunner.
|
||||
|
||||
## Example description (optional)
|
||||
|
||||
> Describing with examples helps developers to more accurately understand your needs.
|
||||
2
.github/ISSUE_TEMPLATE/feature_request_zh.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request_zh.md
vendored
@@ -2,7 +2,7 @@
|
||||
name: 需求反馈
|
||||
about: 期望新增或改进实现的需求
|
||||
title: ''
|
||||
labels: Pending
|
||||
labels: pending
|
||||
---
|
||||
|
||||
## 背景描述
|
||||
|
||||
Reference in New Issue
Block a user