github.com/matrixorigin/matrixone@v1.2.0/.github/ISSUE_TEMPLATE/subtask.yml (about)

     1  name: Subtask
     2  description: "Propose a subtask for MatrixOne :)"
     3  title: "[Subtask]: "
     4  labels:
     5    - kind/subtask
     6  
     7  body:
     8    - type: textarea
     9      attributes:
    10        label: Parent Issue
    11        description: Write the ID of the parent issue
    12        placeholder: "Parent issue: #"
    13      validations:
    14        required: true
    15  
    16    - type: textarea
    17      attributes:
    18        label: Detail of Subtask
    19        description: |
    20          Describe the functions that this subtask should implement
    21      validations:
    22        required: true
    23  
    24    - type: textarea
    25      attributes:
    26        label: Describe implementation you've considered
    27        description: A clear and concise description of implementation you've considered or investigated.
    28      validations:
    29        required: false
    30  
    31    - type: textarea
    32      attributes:
    33        label: Additional information
    34        description: |
    35          Add any other context or screenshots about the subtask here.
    36      validations:
    37        required: false