Files
bilibili-video-downloader/.github/ISSUE_TEMPLATE/feature_request.yml
2025-08-18 20:48:27 +08:00

36 lines
956 B
YAML

name: 🚀 功能请求
description: 想要请求添加某个功能
labels: [enhancement]
title: "[功能请求] 修改我!未修改标题的issue将被自动关闭"
body:
- type: markdown
attributes:
value: |
为了使我更好地帮助你,请提供以下信息。以及上方的标题
- type: textarea
id: reason
attributes:
label: 原因
description: 为什么想要这个功能
validations:
required: true
- type: textarea
id: desc
attributes:
label: 功能简述
description: 想要个怎样的功能
validations:
required: true
- type: textarea
id: logic
attributes:
label: 功能逻辑
description: 如何互交、如何使用等
validations:
required: true
- type: textarea
id: ref
attributes:
label: 实现参考
description: 该功能可能的实现方式,或者其他已经实现该功能的应用等