From 907c29e58fa1bc5a6970948c01543f6bbc82f1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Mon, 29 Jul 2024 18:01:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- .github/ISSUE_TEMPLATE/app.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/app.yml b/.github/ISSUE_TEMPLATE/app.yml index ddfb4a3f..3ce8c8ec 100644 --- a/.github/ISSUE_TEMPLATE/app.yml +++ b/.github/ISSUE_TEMPLATE/app.yml @@ -30,13 +30,14 @@ body: options: - 开源 - 闭源 + default: 0 - type: input id: app_url validations: required: true attributes: - label: "Docker Hub 或 GitHub 链接" - description: "请提供应用的 Docker Hub 或 GitHub 链接" + label: "应用链接" + description: "请提供应用的 Docker Hub 或 GitHub 或 官网 链接" - type: input id: app_name validations: @@ -46,15 +47,11 @@ body: description: "请提供应用的名称" - type: input id: app_version - validations: - required: true attributes: label: "应用版本" description: "请提供应用的版本" - type: textarea id: details - validations: - required: true attributes: label: "应用描述" description: "请提供应用的描述" @@ -62,8 +59,10 @@ body: - type: checkboxes id: authorization attributes: - label: 上架通知授权 - description: "是否授权 1Panel 在应用上架时通知您" + label: 应用授权 + description: "请确认您已阅读并同意以下条款" options: - - label: "是" + - label: "我已确认该应用 允许在 中国大陆 使用" + required: true + - label: "我已确认该应用 符合 中国大陆 相关法律法规" required: true