feat: add dev feature template

This commit is contained in:
EstrellaXD
2023-06-20 20:06:24 +08:00
parent 89b4c1e67c
commit c1874fd9a5
2 changed files with 18 additions and 1 deletions

17
.github/ISSUE_TEMPLATE/dev-feature.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: 功能提案
description: Feature in Development
title: "[Dev Feature]: "
labels: ["dev feature"]
body:
- type: markdown
attributes:
value: |
请说明你希望添加的功能。
- type: textarea
id: feature-request
attributes:
label: 功能改进
description: 请详细描述需要改进或者添加的功能。
placeholder: "功能改进"
validations:
required: true