Skip to content

Commit

Permalink
Merge pull request #2 from bigsheeper/2110-check-ht-1
Browse files Browse the repository at this point in the history
update proto
  • Loading branch information
Jellal-HT committed Oct 27, 2021
2 parents 494bcc2 + cffb52f commit 8b2cd13
Show file tree
Hide file tree
Showing 30 changed files with 418 additions and 467 deletions.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: 🐞 Bug report
description: Create a report to help us improve pymilvus
title: "[Bug]: "
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- 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: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: |
When I do <X>, <Y> happens and I see the error message attached below:
```...```
validations:
required: false
- type: textarea
attributes:
label: Expected Behavior
description: A clear and 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/Code To Reproduce behavior
description: |
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.
render: markdown
validations:
required: false
- type: textarea
attributes:
label: Environment details
description: |
Enter the Environment Details:
value: |
- Hardware/Softward conditions (OS, CPU, GPU, Memory):
- Method of installation (Docker, or from source):
- Milvus version (v0.3.1, or v0.4.0):
- Milvus configuration (Settings you made in `server_config.yaml`):
render: markdown
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
If applicable, add screenshots to help explain your problem.
Links? References? Anything that will give us more context about the issue you are encountering!
validations:
required: false
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: 🚀 Feature request
description: Suggest an idea for pymilvus
title: "[FEATURE]: "
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to request a feature for pymilvus!
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue related to this feature request already exists.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is.
placeholder: I wish I could use Milvus to do [...]
validations:
required: false
- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: false
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: Add any other context, code examples, or references to existing implementations about the feature request here.
validations:
required: false
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/general-question.md

This file was deleted.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/general-question.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 🤔 General question
description: Ask a general question about pymilvus
title: "[QUESTION]: "
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue related to this already exists.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: What is your question?
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: Add any other context, code examples, or references about the question?
validations:
required: false
62 changes: 0 additions & 62 deletions docs/draft/collection.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/draft/connections.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/draft/index.md

This file was deleted.

Loading

0 comments on commit 8b2cd13

Please sign in to comment.