github.com/milvus-io/milvus-sdk-go/v2@v2.4.1/.github/ISSUE_TEMPLATE/enhancement.yaml (about) 1 name: Enhancement request 2 description: As a developer, I want to make an enhancement for Milvus SDK Go 3 title: "[Enhancement]:" 4 labels: [kind/enhancement] 5 body: 6 - type: markdown 7 attributes: 8 value: | 9 Thanks for taking the time to request/suggest an enhancement 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 already exists. 14 options: 15 - label: I have searched the existing issues 16 required: true 17 - type: textarea 18 attributes: 19 label: What would you like to be added? 20 description: A concise description of what you're expecting/suggesting. 21 placeholder: | 22 I would like to suggest/request a feature that's like... 23 validations: 24 required: false 25 - type: textarea 26 attributes: 27 label: Why is this needed? 28 description: A concise description of the reason/motivation 29 validations: 30 required: false 31 - type: textarea 32 attributes: 33 label: Anything else? 34 description: | 35 Links? References? Anything that will give us more context about this! 36 validations: 37 required: false