github.com/matrixorigin/matrixone@v1.2.0/.github/ISSUE_TEMPLATE/general_question.yml (about) 1 name: General question 2 description: Ask questions not covered above 3 title: "[Question]: " 4 # labels: [kind/questions, needs-triage] 5 labels: [kind/questions] 6 # assignees: 7 # - m-schen 8 body: 9 - type: markdown 10 attributes: 11 value: | 12 If the previous templates don't fit with what you'd like to report or ask, please use this general question template to file issue. 13 - type: markdown 14 attributes: 15 value: | 16 Before asking a question, make sure you have: 17 * Searched open and closed [GitHub issue](https://github.com/matrixorigin/matrixone/issues) 18 * Read the documentation: 19 * [MatrixOne Readme](https://github.com/matrixorigin/matrixone) 20 * [MatrixOne Doc](https://docs.matrixorigin.io) 21 - type: textarea 22 attributes: 23 label: Describe your problem 24 description: A clear and concise description of your problem. 25 validations: 26 required: true