53 lines
1.7 KiB
YAML
53 lines
1.7 KiB
YAML
name: 功能请求
|
|
about: 用于提出新功能或改进建议
|
|
title: "[FEATURE] " # 新开 Issue 时默认加的前缀
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
请在下方填写功能请求的详细信息,包括需求背景、预期效果和相关上下文。
|
|
- type: textarea
|
|
id: summary
|
|
attributes:
|
|
label: "功能概述/Summary"
|
|
description: "简要描述你希望添加的功能"
|
|
placeholder: "输入功能概述"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: motivation
|
|
attributes:
|
|
label: "需求背景/Motivation"
|
|
description: "说明为什么需要这个功能,它将如何帮助用户或改进现有流程"
|
|
placeholder: "输入需求背景"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: "解决方案/Proposal"
|
|
description: "描述你对该功能的设想或建议的实现方式"
|
|
placeholder: "输入解决方案"
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: "替代方案/Alternatives"
|
|
description: "如果有其他可行的替代方案,请在此列出"
|
|
placeholder: "输入替代方案"
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: "检查表/Checklist"
|
|
description: "提交前,请确认以下事项"
|
|
options:
|
|
- label: 已搜索过类似功能请求,确保不是重复提交
|
|
required: true
|
|
- label: 提供了足够的信息以帮助我们理解和评估该请求
|
|
required: true
|
|
- label: 如果可能,已附上相关截图或示意图
|
|
required: false |