From 4c3d7c50d5750a9ac31293774941a28a9ea57edf Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Mon, 1 Sep 2025 16:02:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=97=AE=E9=A2=98=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- .github/ISSUE_TEMPLATE/{app.yml => 1_app.yml} | 0 .github/ISSUE_TEMPLATE/2_feedback.yml | 53 +++++++++++++++++++ 2 files changed, 53 insertions(+) rename .github/ISSUE_TEMPLATE/{app.yml => 1_app.yml} (100%) create mode 100644 .github/ISSUE_TEMPLATE/2_feedback.yml diff --git a/.github/ISSUE_TEMPLATE/app.yml b/.github/ISSUE_TEMPLATE/1_app.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/app.yml rename to .github/ISSUE_TEMPLATE/1_app.yml diff --git a/.github/ISSUE_TEMPLATE/2_feedback.yml b/.github/ISSUE_TEMPLATE/2_feedback.yml new file mode 100644 index 000000000..11283cf8d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_feedback.yml @@ -0,0 +1,53 @@ +name: 📬问题反馈 +description: +title: "[问题反馈]" +labels: bug +assignees: QYG2297248353 +body: + - type: markdown + id: base_info + attributes: + value: "## 问题描述" + - type: input + id: version + validations: + required: true + attributes: + label: "应用所在地址" + description: "https://github.com/QYG2297248353/appstore-1panel/tree/custom/apps/**" + - type: dropdown + id: feedback_type + validations: + required: true + attributes: + label: "问题类型" + multiple: false + options: + - 配置丢失 + - 版本更新 + - 部署失败 + - 应用下架 + default: 0 + - type: textarea + id: details + attributes: + label: "问题描述" + description: "请提供详细的问题描述" + - type: textarea + id: repro-logs + attributes: + label: 日志记录 + description: "(可选)粘贴相关日志" + placeholder: | + 直接粘贴日志文件内容即可 + render: bash + validations: + required: false + - type: checkboxes + id: authorization + attributes: + label: 条款确认 + description: "请确认您已阅读并同意以下条款" + options: + - label: "我已确认该问题可复现,高概率会出现" + required: true