From 732cbd1292b683f15397389e6271bc62fc991bce Mon Sep 17 00:00:00 2001 From: Chish Date: Mon, 27 Jan 2025 20:31:53 +0800 Subject: [PATCH] =?UTF-8?q?:construction:=20=E5=A2=9E=E5=8A=A0=20Issue=20?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E6=8F=90=E4=BA=A4=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/apps_submission.yaml | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/apps_submission.yaml diff --git a/.gitea/ISSUE_TEMPLATE/apps_submission.yaml b/.gitea/ISSUE_TEMPLATE/apps_submission.yaml new file mode 100644 index 0000000..4e2cefb --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/apps_submission.yaml @@ -0,0 +1,31 @@ +name: App Submission +description: Submit a Docker Apps program. +title: "[New App]:" +labels: ["app"] +body: + - type: markdown + attributes: + value: | + 欢迎提交 Docker 应用,以完善此应用商店。请不要使用此类型模板提交问题! + - type: input + id: name + attributes: + label: 应用名称 + description: 输入提交的应用名称。 + placeholder: Apps Name + validations: + required: false + - type: textarea + id: introduction + attributes: + label: 应用介绍 / 荐语 + description: 输入此应用介绍和你的推荐语。(最好带上应用截图) + validations: + required: true + - type: textarea + id: links + attributes: + label: 应用链接 + validations: + required: true + \ No newline at end of file