mirror of https://github.com/milvus-io/milvus.git
45 lines
1.1 KiB
Markdown
45 lines
1.1 KiB
Markdown
---
|
|
name: "\U0001F41B Bug report"
|
|
about: Create a bug report to help us improve Milvus
|
|
title: ''
|
|
labels: ''
|
|
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)
|
|
|
|
|
|
- Milvus version (master or released version)
|
|
|
|
|
|
**Configuration file**
|
|
Settings you made in `server_config.yaml` or `milvus.yaml`
|
|
|
|
```yaml
|
|
paste-file-content-here
|
|
```
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|