Update issue template

This commit is contained in:
Shiming Zhang 2024-06-22 15:43:33 +08:00
parent e4cc66a364
commit 561ec9ec13
2 changed files with 18 additions and 10 deletions

View File

@ -6,9 +6,16 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | 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 - type: markdown
attributes: attributes:
value: | value: |
@ -30,8 +37,7 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Source label: 项目源码地址 或 组织地址
description: 镜像源码地址 或 组织地址
placeholder: | placeholder: |
https://github.com/... https://github.com/...
validations: validations:
@ -39,20 +45,22 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Dockerfile label: 官网 或 文档 或 项目源码 中哪提及对应的镜像 (需要证明这个镜像和源码有实际关联)
description: 项目源码中哪提及对应的镜像 (需要证明这个镜像和源码有实际关联)
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Image label: 镜像仓库地址
description: 镜像仓库地址
placeholder: | placeholder: |
https://hub.docker.com/r/... https://hub.docker.com/r/...
validations: validations:
required: true required: true
- type: textarea
attributes:
label: 补充说明
- type: markdown - type: markdown
attributes: attributes:
value: | value: |

View File

@ -11,7 +11,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: domain label: 镜像域名 (镜像仓库)
options: options:
- label: 请确保包含域名(domain) - label: 请确保包含域名(domain)
- type: markdown - type: markdown
@ -23,7 +23,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: tag label: 镜像标签
options: options:
- label: 请确保包含镜像的标签(tag) - label: 请确保包含镜像的标签(tag)
- type: markdown - type: markdown
@ -34,7 +34,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: check label: 镜像存在
options: options:
- label: 请确保这个镜像真实存在 - label: 请确保这个镜像真实存在
- type: markdown - type: markdown