github.com/matrixorigin/matrixone@v0.7.0/.github/ISSUE_TEMPLATE/enhancement.yml (about) 1 name: Enhancement 2 description: As a developer, I want to make an enhancement for MatrixOne. 3 title: "[Enhancement]: " 4 # labels: [kind/enhancement, needs-triage] 5 labels: [kind/enhancement] 6 # assignees: 7 # - m-schen 8 body: 9 - type: checkboxes 10 attributes: 11 label: Is there an existing issue for enhancement? 12 description: Please check if an issue already exists for the enhancement issue. 13 options: 14 - label: I have checked the existing issues. 15 required: true 16 - type: textarea 17 attributes: 18 label: What would you like to be added ? 19 description: | 20 A concise description of what you're expecting/suggesting. 21 render: Markdown 22 validations: 23 required: true 24 - type: textarea 25 attributes: 26 label: Why is this needed ? 27 description: A concise description of the reason/motivation. 28 validations: 29 required: false 30 - type: textarea 31 attributes: 32 label: Additional information 33 description: | 34 Add any other context or screenshots about the request here. 35 validations: 36 required: false