github.com/matrixorigin/matrixone@v1.2.0/.github/ISSUE_TEMPLATE/documentation.yml (about) 1 name: Documentation issue 2 description: Raise a problem or suggest new content for MatrixOne documentation 3 title: "[Docs]: " 4 # labels: [kind/docs, needs-triage] 5 labels: [kind/docs] 6 assignees: 7 - dengn 8 body: 9 - type: checkboxes 10 attributes: 11 label: Is there an existing issue about documentation? 12 description: Please check if an issue already exists for the documentation problem you encountered. 13 options: 14 - label: I have checked the existing issues. 15 required: true 16 - type: textarea 17 attributes: 18 label: Describe the issue 19 description: | 20 A clear and concise description of what's wrong in documentation. 21 render: Markdown 22 validations: 23 required: true 24 - type: textarea 25 attributes: 26 label: Additional information 27 description: | 28 Add any other context or screenshots about the problem here. 29 validations: 30 required: false