diff --git a/.github/ISSUE_TEMPLATE/allows-image.yml b/.github/ISSUE_TEMPLATE/allows-image.yml index 56a0b7d..4ef6802 100644 --- a/.github/ISSUE_TEMPLATE/allows-image.yml +++ b/.github/ISSUE_TEMPLATE/allows-image.yml @@ -23,6 +23,23 @@ body: validations: required: true +- type: textarea + attributes: + label: 镜像仓库地址 + placeholder: | + https://hub.docker.com/r/... + validations: + required: true + +- type: dropdown + attributes: + label: 这是镜像仓库官方认证过的么? + options: + - 不是 (请补充下面的信息, 乱填将关闭申请) + - 是的 (不需要填下面的信息) + validations: + required: true + - type: textarea attributes: label: 项目源码地址 或 组织地址 @@ -37,14 +54,6 @@ body: validations: required: true -- type: textarea - attributes: - label: 镜像仓库地址 - placeholder: | - https://hub.docker.com/r/... - validations: - required: true - - type: textarea attributes: label: 补充说明