github.com/milvus-io/milvus-sdk-go/v2@v2.4.1/.github/ISSUE_TEMPLATE/bug_report.yaml (about) 1 name: 🐞 Bug report 2 description: Create a bug report to help us improve Milvus SDK Go 3 title: "[Bug]: " 4 body: 5 - type: markdown 6 attributes: 7 value: | 8 Thanks for taking the time to fill out this bug report! Please fill the form in English! 9 - type: checkboxes 10 attributes: 11 label: Is there an existing issue for this? 12 description: Please search to see if an issue already exists for the bug you encountered. 13 options: 14 - label: I have searched the existing issues 15 required: true 16 - type: textarea 17 attributes: 18 label: Current Behavior 19 description: A concise description of what you're experiencing. 20 placeholder: | 21 When I do <X>, <Y> happens and I see the error message attached below: 22 ```...``` 23 validations: 24 required: false 25 - type: textarea 26 attributes: 27 label: Expected Behavior 28 description: A concise description of what you expected to happen. 29 placeholder: When I do <X>, <Z> should happen instead. 30 validations: 31 required: false 32 - type: textarea 33 attributes: 34 label: Steps To Reproduce 35 description: Steps to reproduce the behavior. 36 placeholder: | 37 1. In this environment... 38 2. With this config... 39 3. Run '...' 40 4. See error... 41 render: markdown 42 validations: 43 required: false 44 - type: textarea 45 attributes: 46 label: Environment 47 description: | 48 Enter the Environment Details: 49 render: markdown 50 validations: 51 required: false 52 - type: textarea 53 attributes: 54 label: Anything else? 55 description: | 56 Links? References? Anything that will give us more context about the issue you are encountering! 57 validations: 58 required: false