mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
24 lines
565 B
YAML
24 lines
565 B
YAML
name: 需求建议(Feature request)
|
||
description: 新功能、建议等
|
||
labels: ['enhancement']
|
||
body:
|
||
- type: textarea
|
||
id: describe
|
||
attributes:
|
||
label: 说说你遇到的问题?
|
||
validations:
|
||
required: false
|
||
- type: textarea
|
||
id: solution
|
||
attributes:
|
||
label: 有什么好的想法?
|
||
validations:
|
||
required: false
|
||
- type: textarea
|
||
id: additional
|
||
attributes:
|
||
label: 其他内容
|
||
description: 关于该需求建议的任何其他背景或屏幕截图。
|
||
validations:
|
||
required: false
|