From 561ec9ec13857ca30a761075b191979331ef646c Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Sat, 22 Jun 2024 15:43:33 +0800 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/allows-image.yml | 22 +++++++++++++++------- .github/ISSUE_TEMPLATE/sync-image.yml | 6 +++--- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/allows-image.yml b/.github/ISSUE_TEMPLATE/allows-image.yml index 6ccf27e..59e9909 100644 --- a/.github/ISSUE_TEMPLATE/allows-image.yml +++ b/.github/ISSUE_TEMPLATE/allows-image.yml @@ -6,9 +6,16 @@ body: - type: markdown attributes: value: | - 这个模板仅为不熟悉 PR 流程的用户, 对于熟悉的可以, 带上下面信息直接提 提 PR 修改 [allows.txt](https://github.com/DaoCloud/public-image-mirror/blob/main/allows.txt) (优先审查) + 这个模板仅为不熟悉 PR 流程的用户, 对于熟悉的可以带上下面信息直接提提 PR 修改 [allows.txt](https://github.com/DaoCloud/public-image-mirror/blob/main/allows.txt) (优先审查) - 此为 **人工审核** 请认证的填写下述问题 +- type: checkboxes + attributes: + label: 镜像是否符合下列要求 + options: + - label: 确认这个镜像符合要求 + required: true + - type: markdown attributes: value: | @@ -30,8 +37,7 @@ body: - type: textarea attributes: - label: Source - description: 镜像源码地址 或 组织地址 + label: 项目源码地址 或 组织地址 placeholder: | https://github.com/... validations: @@ -39,20 +45,22 @@ body: - type: textarea attributes: - label: Dockerfile - description: 项目源码中哪提及对应的镜像 (需要证明这个镜像和源码有实际关联) + label: 官网 或 文档 或 项目源码 中哪提及对应的镜像 (需要证明这个镜像和源码有实际关联) validations: required: true - type: textarea attributes: - label: Image - description: 镜像仓库地址 + label: 镜像仓库地址 placeholder: | https://hub.docker.com/r/... validations: required: true +- type: textarea + attributes: + label: 补充说明 + - type: markdown attributes: value: | diff --git a/.github/ISSUE_TEMPLATE/sync-image.yml b/.github/ISSUE_TEMPLATE/sync-image.yml index 54a1d5f..6658405 100644 --- a/.github/ISSUE_TEMPLATE/sync-image.yml +++ b/.github/ISSUE_TEMPLATE/sync-image.yml @@ -11,7 +11,7 @@ body: - type: checkboxes attributes: - label: domain + label: 镜像域名 (镜像仓库) options: - label: 请确保包含域名(domain) - type: markdown @@ -23,7 +23,7 @@ body: - type: checkboxes attributes: - label: tag + label: 镜像标签 options: - label: 请确保包含镜像的标签(tag) - type: markdown @@ -34,7 +34,7 @@ body: - type: checkboxes attributes: - label: check + label: 镜像存在 options: - label: 请确保这个镜像真实存在 - type: markdown