mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
Update issue templates
add issue requests
This commit is contained in:
20
.github/ISSUE_TEMPLATE/----.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/----.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: 需求反馈
|
||||
about: 期望新增或改进实现的需求
|
||||
title: ''
|
||||
labels: Pending
|
||||
assignees: debugtalk
|
||||
|
||||
---
|
||||
|
||||
## 背景描述
|
||||
|
||||
> 重点描述遇到的问题:在什么场景下,HttpRunner 当前的功能特性不能(很好地)实现需求。
|
||||
|
||||
## 期望的功能特性
|
||||
|
||||
> 期望 HttpRunner 实现怎样的功能特性。
|
||||
|
||||
## 示例描述(可选)
|
||||
|
||||
> 结合示例进行描述,可让开发者更准确理解你的需求。
|
||||
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,6 +1,9 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/bug_report_zh.md
vendored
3
.github/ISSUE_TEMPLATE/bug_report_zh.md
vendored
@@ -1,6 +1,9 @@
|
||||
---
|
||||
name: Bug 反馈(中文)
|
||||
about: 提交 bug 反馈
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: Pending
|
||||
assignees: debugtalk
|
||||
|
||||
---
|
||||
|
||||
**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 [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
Reference in New Issue
Block a user