name: Requirement|需求建议
description: 您需要反馈或实现一个新需求时,请使用此模板。
title: "[Requirement|需求建议]: "
labels: ["requirement"]
body:
  - type: markdown
    attributes:
      value: |
        Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
  - type: textarea
    attributes:
      label: Backgroud / 背景信息 (Mandatory / 必填)
      description: 请描述下新需求的功能是什么,解决了什么问题
    validations:
      required: true
  - type: textarea
    attributes:
      label: Origin / 信息来源 (Mandatory / 必填)
      description: 请说明是何种需求源(社区用户/部门/团队/其他),以便确定需求优先级
    validations:
      required: true
  - type: textarea
    attributes:
      label: Benefit and necessity / 价值及作用 (Optional / 选填)
      description: 请描述下该需求的价值,应用场景等
    validations:
      required: false
  - type: textarea
    attributes:
      label: Design / 设计方案 (Optional / 选填)
      description: 请描述/解释设计的总体思路(可以使用伪代码)
    validations:
      required: false