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