mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-17 06:03:22 +08:00
29 lines
968 B
YAML
29 lines
968 B
YAML
name: 功能建议
|
||
# Feature request
|
||
description: 新功能或现有能力的优化建议
|
||
title: "[建议] "
|
||
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
提示:创建前可先搜索一下是否存在重复问题。描述简洁、准确有助于集中大家的意见,推进 issue 尽快解决
|
||
# Please check for duplicate issue first.
|
||
# 尽量描述需求的背景、原始问题,避免出现 X-Y 问题,参考: https://coolshell.cn/articles/10804.html
|
||
- type: textarea
|
||
id: problem
|
||
attributes:
|
||
label: 背景与遇到的问题
|
||
# Background and the problem that frustrates you
|
||
placeholder: |
|
||
例如:我的业务有xxx特性,当我在使用xxx功能的时候,会遇到xxx情况...
|
||
validations:
|
||
required: false
|
||
- type: textarea
|
||
id: solution
|
||
attributes:
|
||
label: 建议的解决方案
|
||
# Describe the solution you'd like
|
||
validations:
|
||
required: false
|