mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-07 00:27:46 +08:00
feat: 添加ISSUE模板
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
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: 该功能可能的实现方式,或者其他已经实现该功能的应用等
|
||||
Reference in New Issue
Block a user