mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +08:00
28 lines
719 B
YAML
28 lines
719 B
YAML
name: 功能建议
|
|
title: "Feature: 功能描述"
|
|
description: 提出关于项目新功能的想法
|
|
labels: [ "enhancement" ]
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: 希望能解决的问题
|
|
description: 在使用中遇到什么问题而需要新的功能?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: feature
|
|
attributes:
|
|
label: 描述所需要的功能
|
|
description: 请说明需要的功能或解决方法
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: 我有能力且愿意为这个功能贡献代码
|
|
options:
|
|
- label: 我有能力且愿意为这个功能贡献代码
|