github.com/matrixorigin/matrixone@v1.2.0/.github/ISSUE_TEMPLATE/bug_report.yml (about) 1 name: Bug Report 2 description: Create a bug report to improve MatrixOne 3 title: "[Bug]: " 4 labels: [kind/bug, needs-triage] 5 6 assignees: 7 - matrix-meow 8 body: 9 - type: checkboxes 10 attributes: 11 label: Is there an existing issue for the same bug? 12 description: Please check if an issue already exists for the bug you encountered. 13 options: 14 - label: I have checked the existing issues. 15 required: true 16 - type: markdown 17 attributes: 18 value: "Please provide the following information to help us understand the issue." 19 - type: input 20 attributes: 21 label: Branch Name 22 description: Enter the name of the branch where you encountered the issue. 23 placeholder: e.g., main, 1.1-dev, v1.0.1 24 validations: 25 required: true 26 - type: input 27 attributes: 28 label: Commit ID 29 description: Enter the commit ID associated with the issue. 30 placeholder: e.g., a1b2c3d 31 validations: 32 required: true 33 - type: textarea 34 attributes: 35 label: Other Environment Information 36 description: | 37 Enter the Environment Details: 38 value: | 39 - Hardware parameters: 40 - OS type: 41 - Others: 42 render: Markdown 43 validations: 44 required: false 45 - type: textarea 46 attributes: 47 label: Actual Behavior 48 description: Describe what you encountered. 49 validations: 50 required: true 51 - type: textarea 52 attributes: 53 label: Expected Behavior 54 description: Describe what you expected. 55 validations: 56 required: false 57 - type: textarea 58 attributes: 59 label: Steps to Reproduce 60 description: Steps to reproduce what you encountered. 61 render: Markdown 62 validations: 63 required: true 64 - type: textarea 65 attributes: 66 label: Additional information 67 description: | 68 Log, error message, or any other information can help find the root cause. 69 validations: 70 required: false