github.com/matrixorigin/matrixone@v1.2.0/.github/ISSUE_TEMPLATE/feature_request.yml (about) 1 name: Feature request 2 description: Suggest an idea for MatrixOne 3 title: "[Feature Request]: " 4 # labels: [kind/feature, needs-triage] 5 labels: [kind/feature] 6 # assignees: 7 # - m-schen 8 body: 9 - type: checkboxes 10 attributes: 11 label: Is there an existing issue for the same feature request? 12 description: Please check if an issue already exists for the feature you request. 13 options: 14 - label: I have checked the existing issues. 15 required: true 16 - type: textarea 17 attributes: 18 label: Is your feature request related to a problem? 19 description: | 20 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 21 render: Markdown 22 validations: 23 required: false 24 - type: textarea 25 attributes: 26 label: Describe the feature you'd like 27 description: A clear and concise description of what you want to happen. 28 validations: 29 required: true 30 - type: textarea 31 attributes: 32 label: Describe implementation you've considered 33 description: A clear and concise description of implementation you've considered or investigated. 34 validations: 35 required: false 36 - type: textarea 37 attributes: 38 label: Documentation, Adoption, Use Case, Migration Strategy 39 description: If you can, explain some scenarios how users might use this, situations it would be helpful in. Any API designs, mockups, or diagrams are also helpful. 40 render: Markdown 41 validations: 42 required: false 43 - type: textarea 44 attributes: 45 label: Additional information 46 description: | 47 Add any other context or screenshots about the feature request here. 48 validations: 49 required: false