From 715ab8254993ccc3b4d8bafdaec2ff490e7ba0c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E9=80=B8?= Date: Sat, 1 Aug 2026 22:38:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/report.yaml | 71 +++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/report.yaml diff --git a/.gitea/ISSUE_TEMPLATE/report.yaml b/.gitea/ISSUE_TEMPLATE/report.yaml new file mode 100644 index 0000000..15dfe27 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/report.yaml @@ -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 \ No newline at end of file