github.com/matrixorigin/matrixone@v0.7.0/.github/ISSUE_TEMPLATE/10_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  assignees:
     6    - matrix-meow
     7  body:
     8    - type: checkboxes
     9      attributes:
    10        label: Is there an existing issue for the same bug?
    11        description: Please check if an issue already exists for the bug you encountered.
    12        options:
    13          - label: I have checked the existing issues.
    14            required: true
    15    - type: textarea
    16      attributes:
    17        label: Environment
    18        description: |
    19          Enter the Environment Details:
    20        value: |
    21          - Version or commit-id (e.g. v0.1.0 or 8b23a93):
    22          - Hardware parameters:
    23          - OS type:
    24          - Others:
    25        render: Markdown
    26      validations:
    27        required: false
    28    - type: textarea
    29      attributes:
    30        label: Actual Behavior
    31        description: Describe what you encountered.
    32      validations:
    33        required: true
    34    - type: textarea
    35      attributes:
    36        label: Expected Behavior
    37        description: Describe what you expected.
    38      validations:
    39        required: false
    40    - type: textarea
    41      attributes:
    42        label: Steps to Reproduce
    43        description: Steps to reproduce what you encountered.
    44        render: Markdown
    45      validations:
    46        required: false
    47    - type: textarea
    48      attributes:
    49        label: Additional information
    50        description: |
    51          Log, error message or any other information can help find the root cause.
    52      validations:
    53        required: false