mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-11 06:05:13 +01:00
24 lines
949 B
YAML
24 lines
949 B
YAML
|
---
|
||
|
name: Feature request/新特性请求
|
||
|
description: Suggest an idea./提出建议
|
||
|
labels: [enhancement]
|
||
|
title: "[Feature Request] "
|
||
|
body:
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Is your feature request related to a problem?/你的请求是否与某个问题相关?
|
||
|
placeholder: A clear and concise description of what the problem is./请清晰准确表述该问题。
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Describe the solution you'd like/描述你想要的解决方案
|
||
|
placeholder: A clear and concise description of what you want to happen./请清晰准确描述新特性的预期行为
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Additional context/其他信息
|
||
|
placeholder: Add any other context or screenshots about the feature request here./其他关于新特性的信息或者截图
|
||
|
validations:
|
||
|
required: false
|