github.com/milvus-io/milvus-sdk-go/v2@v2.4.1/.github/ISSUE_TEMPLATE/feature-request.yaml (about) 1 name: 🚀 Feature request 2 description: As a user, I want to request a feature for Milvus SDK Go 3 title: "[Feature]:" 4 labels: [kind/feature] 5 body: 6 - type: markdown 7 attributes: 8 value: | 9 Thanks for taking the time to request a feature for Milvus SDK Go! Please fill the form in English! 10 - type: checkboxes 11 attributes: 12 label: Is there an existing issue for this? 13 description: Please search to see if an issue related to this feature request already exists. 14 options: 15 - label: I have searched the existing issues 16 required: true 17 - type: textarea 18 attributes: 19 label: Is your feature request related to a problem? Please describe. 20 description: A concise description of the problem you are facing or the motivetion behind this feature request. 21 placeholder: | 22 I faced a problem due to which ... 23 validations: 24 required: false 25 - type: textarea 26 attributes: 27 label: Describe the solution you'd like. 28 description: A concise description of the solution for the issue. 29 validations: 30 required: false 31 - type: textarea 32 attributes: 33 label: Describe an alternate solution. 34 description: Is there any other approack to solve the problem? 35 validations: 36 required: false 37 - type: textarea 38 attributes: 39 label: Anything else? (Additional Context) 40 description: | 41 Links? References? Anything that will give us more context about this! 42 validations: 43 required: false