Luke c5224b9ca7
update .gitee/ISSUE_TEMPLATE/refactor.yml.
Signed-off-by: Luke <luke.k.xu@hotmail.com>
2023-08-31 18:26:15 +00:00

13 lines
359 B
YAML

name: 重构
description: 对本项目提出一个功能建议
title: "[重构]: "
labels: ["refactor"]
body:
- type: textarea
id: related-problem
attributes:
label: 重构目的是什么?
description: 清晰并简洁地描述重构是什么,例如,减少文件选择器重复创建代码。
validations:
required: false