ISSUE Template

# Requirements

  1. Must be a yaml format file, and the file name ends with .yaml or .yml
  2. Must be placed in the .cnb/ISSUE_TEMPLATE directory

# Formatting

name: # Title
description: # Description, optional
body: # Content fields
  - type: # Content type. Supports input, markdown and textarea
    attributes:
      render: # When type: textarea, it takes effects. Value only text
      label: # Content title. When type: markdown, it is optional
    validations:
      required: # Flag, true or false
  - type: # Another content field. Can add many content fields
    attributes:
      render:
      label:
    validations:
      required: