github.com/matrixorigin/matrixone@v1.2.0/.github/ISSUE_TEMPLATE/refactoring_request.yml (about) 1 name: Refactoring request 2 description: Make a refactoring request to MatrixOne 3 title: "[Refactoring]: " 4 # labels: [kind/refactoring, needs-triage] 5 labels: [kind/refactoring] 6 # assignees: 7 # - m-schen 8 body: 9 # - type: checkboxes 10 # attributes: 11 # label: Is there an existing issue for the refactoring request? 12 # description: Please check if an issue already exists for the issue you encountered. 13 # options: 14 # - label: I have checked the existing issues. 15 # required: true 16 - type: textarea 17 attributes: 18 label: Why do you want to refactor this code? 19 description: | 20 A clear and concise description of the refactoring you want to. 21 render: Markdown 22 validations: 23 required: true 24 - type: textarea 25 attributes: 26 label: Describe the solution 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 alternatives you've considered 33 description: A clear and concise description of any alternative solutions or refactoring method you've considered. 34 validations: 35 required: false 36 - type: textarea 37 attributes: 38 label: Additional information 39 description: | 40 Add any other context or screenshots about the refactoring request here. 41 validations: 42 required: false