mirror of https://github.com/milvus-io/milvus.git
feat: Add github issue form - bug report (#9521)
Signed-off-by: Siddharth <smishra1605@gmail.com>pull/8505/head
parent
1277bb659a
commit
223c330ed5
|
@ -1,35 +0,0 @@
|
|||
---
|
||||
name: "\U0001F41B Bug report"
|
||||
about: Create a bug report to help us improve Milvus
|
||||
title: ''
|
||||
labels: kind/bug, needs-triage
|
||||
assignees: yanliang567
|
||||
|
||||
---
|
||||
|
||||
<!-- Please state your issue using the following template and, most importantly, in English. -->
|
||||
|
||||
#### Steps/Code to reproduce:
|
||||
|
||||
|
||||
#### Expected result:
|
||||
|
||||
|
||||
#### Actual results:
|
||||
|
||||
|
||||
|
||||
#### Environment:
|
||||
- Milvus version(e.g. v2.0.0-RC2 or 8b23a93):
|
||||
- Deployment mode(standalone or cluster):
|
||||
- SDK version(e.g. pymilvus v2.0.0rc2):
|
||||
- OS(Ubuntu or CentOS):
|
||||
- CPU/Memory:
|
||||
- GPU:
|
||||
- Others:
|
||||
|
||||
#### Configuration file:
|
||||
|
||||
|
||||
#### Additional context:
|
||||
|
|
@ -0,0 +1,69 @@
|
|||
name: 🐞 Bug report
|
||||
description: Create a bug report to help us improve Milvus
|
||||
title: "[Bug]: "
|
||||
labels: [kind/bug, needs-triage]
|
||||
assignees:
|
||||
- yanliang567
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report! Please fill the form in English!
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an existing issue for this?
|
||||
description: Please search to see if an issue already exists for the bug you encountered.
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Current Behavior
|
||||
description: A concise description of what you're experiencing.
|
||||
placeholder: |
|
||||
When I do <X>, <Y> happens and I see the error message attached below:
|
||||
```...```
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: A concise description of what you expected to happen.
|
||||
placeholder: When I do <X>, <Z> should happen instead.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Steps To Reproduce
|
||||
description: Steps to reproduce the behavior.
|
||||
placeholder: |
|
||||
1. In this environment...
|
||||
2. With this config...
|
||||
3. Run '...'
|
||||
4. See error...
|
||||
render: markdown
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Environment
|
||||
description: |
|
||||
Enter the Environment Details:
|
||||
value: |
|
||||
- Milvus version:
|
||||
- Deployment mode(standalone or cluster):
|
||||
- SDK version(e.g. pymilvus v2.0.0rc2):
|
||||
- OS(Ubuntu or CentOS):
|
||||
- CPU/Memory:
|
||||
- GPU:
|
||||
- Others:
|
||||
render: markdown
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Anything else?
|
||||
description: |
|
||||
Links? References? Anything that will give us more context about the issue you are encountering!
|
||||
validations:
|
||||
required: false
|
Loading…
Reference in New Issue