mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci]Update bug_report template (#6461)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
parent
d4239f0cd8
commit
40dc04f6a6
45
.github/ISSUE_TEMPLATE/bug_report.md
vendored
45
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -2,43 +2,30 @@
|
||||
name: "\U0001F41B Bug report"
|
||||
about: Create a bug report to help us improve Milvus
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: needs-triage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Please state your issue using the following template and, most importantly, in English.**
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Steps/Code to reproduce behavior**
|
||||
Follow this [guide](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Method of installation**
|
||||
- [ ] Docker/cpu
|
||||
- [ ] Docker/gpu
|
||||
- [ ] Build from source
|
||||
|
||||
**Environment details**
|
||||
- Hardware/Software conditions (OS, CPU, GPU, Memory)
|
||||
<!-- Please state your issue using the following template and, most importantly, in English. -->
|
||||
#### Describe the bug:
|
||||
|
||||
|
||||
- Milvus version (master or released version)
|
||||
#### Expected behavior:
|
||||
|
||||
|
||||
**Configuration file**
|
||||
Settings you made in `server_config.yaml` or `milvus.yaml`
|
||||
#### Steps/Code to reproduce:
|
||||
|
||||
```yaml
|
||||
paste-file-content-here
|
||||
```
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
#### Environment:
|
||||
- Milvus version(e.g. v1.1.0 or 8b23a93):
|
||||
- SDK version(e.g. pymilvus v2.0.0rc2):
|
||||
- OS(Ubuntu or CentOS):
|
||||
- CPU/Memory:
|
||||
- GPU:
|
||||
- Others:
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
#### Configuration file:
|
||||
|
||||
|
||||
#### Additional context:
|
||||
|
14
.github/ISSUE_TEMPLATE/enhancement-request.md
vendored
14
.github/ISSUE_TEMPLATE/enhancement-request.md
vendored
@ -1,14 +0,0 @@
|
||||
---
|
||||
name: Enhancement request
|
||||
about: Describe this issue template's purpose here.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Please state your issue using the following template and, most importantly, in English.**
|
||||
|
||||
**What would you like to be added ?**
|
||||
|
||||
**Why is this needed ?**
|
3
.github/ISSUE_TEMPLATE/enhancement.md
vendored
3
.github/ISSUE_TEMPLATE/enhancement.md
vendored
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: "Enhancement request"
|
||||
name: Enhancement request
|
||||
about: Suggest an enhancement idea for Milvus
|
||||
title: ''
|
||||
labels: ''
|
||||
@ -12,4 +12,3 @@ assignees: ''
|
||||
**What would you like to be added ?**
|
||||
|
||||
**Why is this needed ?**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user