测试
This commit is contained in:
@@ -0,0 +1,71 @@
|
|||||||
|
name: ✨ 测试反馈流
|
||||||
|
about: 提出对ACE-Step的新功能建议
|
||||||
|
title: "[Feature] "
|
||||||
|
labels: enhancement, community-input
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
您的想法可能成为下一个重要特性!请尽可能详细地描述您的需求背景。
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: feature-title
|
||||||
|
attributes:
|
||||||
|
label: 功能名称
|
||||||
|
placeholder: 支持MIDI导出
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: problem-statement
|
||||||
|
attributes:
|
||||||
|
label: 当前遇到的问题
|
||||||
|
description: 没有该功能时您是如何应对的?
|
||||||
|
placeholder: 目前只能生成音频文件,无法导入DAW进行编辑
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: proposed-solution
|
||||||
|
attributes:
|
||||||
|
label: 建议解决方案
|
||||||
|
placeholder: 增加MIDI格式导出选项,保留音符、节奏、力度信息
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: use-cases
|
||||||
|
attributes:
|
||||||
|
label: 典型使用场景
|
||||||
|
placeholder: |
|
||||||
|
1. 音乐制作人希望将AI生成旋律导入Logic Pro进行编曲
|
||||||
|
2. 教学场景中用于展示乐理结构
|
||||||
|
value: |
|
||||||
|
-
|
||||||
|
-
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: priority
|
||||||
|
attributes:
|
||||||
|
label: 对您的重要性
|
||||||
|
options:
|
||||||
|
- "非常高 - 当前工作流严重受阻"
|
||||||
|
- "高 - 能显著提升效率"
|
||||||
|
- "中 - 有帮助但非必需"
|
||||||
|
- "低 - 锦上添花"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: research-check
|
||||||
|
attributes:
|
||||||
|
label: 补充信息
|
||||||
|
options:
|
||||||
|
- label: 我已查阅文档,确认当前无此功能
|
||||||
|
required: true
|
||||||
|
- label: 我了解此类改动可能涉及较大开发成本
|
||||||
|
required: true
|
||||||
Reference in New Issue
Block a user