Update issue template

This commit is contained in:
Shiming Zhang 2025-02-25 13:01:16 +08:00
parent e8578a2169
commit 85a8b5b238
3 changed files with 59 additions and 2 deletions

View File

@ -0,0 +1,57 @@
name: Allows Image
description: 添加白名单 (人工审核)
labels:
- allows image
body:
- type: markdown
attributes:
value: |
- 对于镜像的要求 [#2328](https://github.com/DaoCloud/public-image-mirror/issues/2328)
- 一般 5个工作日内 🐢 [查看成功案例](https://github.com/DaoCloud/public-image-mirror/issues?q=is%3Aissue+label%3A%22allows+image%22+is%3Aclosed+linked%3Apr)
- 自己提 [PR](https://github.com/DaoCloud/public-image-mirror/blob/main/allows.txt) 修改白名单优先审查 🚀
- 注意在 PR 的内容里描述 Fixed # 这个 issue 的 id [示例](https://github.com/DaoCloud/public-image-mirror/pull/23762)
- type: dropdown
attributes:
label: 白名单级别
options:
- 只需要这一个镜像 (如 docker.io/library/busybox)
- 需要这个组织下所有镜像 (如 docker.io/library/*)
validations:
required: true
- type: textarea
attributes:
label: 镜像仓库地址
placeholder: |
https://hub.docker.com/r/...
validations:
required: true
- type: dropdown
attributes:
label: 这是 **镜像仓库** 认证可信的 **验证过的发布者(Verified Publisher)**或者**赞助的项目(Sponsored OSS)** 么?
options:
- 不是 - 请补充下面的信息
- 是的 - 不需要填下面的信息 - 如果实际上不是将不再继续核查
validations:
required: true
- type: textarea
attributes:
label: 项目源码地址 或 组织地址
placeholder: |
https://github.com/...
- type: textarea
attributes:
label: 官网 或 文档 或 项目源码 中哪提及对应的镜像的地址 (需要证明这个镜像和源码有实际关联)
- type: textarea
attributes:
label: 补充说明
- type: markdown
attributes:
value: |
有疑问反馈, 请添加我们的企微群 [#4183](https://github.com/DaoCloud/public-image-mirror/issues/4183)

View File

@ -7,7 +7,7 @@ body:
attributes: attributes:
value: | value: |
- 对于镜像的要求 [#2328](https://github.com/DaoCloud/public-image-mirror/issues/2328) - 对于镜像的要求 [#2328](https://github.com/DaoCloud/public-image-mirror/issues/2328)
- 一般次日工作日审查(周五提的, 预计会是下周一), 最多 2个工作日内 🐢 [查看成功案例](https://github.com/DaoCloud/public-image-mirror/issues?q=is%3Aissue+label%3A%22allows+image%22+is%3Aclosed+linked%3Apr) - 一般 5个工作日内 🐢 [查看成功案例](https://github.com/DaoCloud/public-image-mirror/issues?q=is%3Aissue+label%3A%22allows+image%22+is%3Aclosed+linked%3Apr)
- 自己提 [PR](https://github.com/DaoCloud/public-image-mirror/blob/main/allows.txt) 修改白名单优先审查 🚀 - 自己提 [PR](https://github.com/DaoCloud/public-image-mirror/blob/main/allows.txt) 修改白名单优先审查 🚀
- 注意在 PR 的内容里描述 Fixed # 这个 issue 的 id [示例](https://github.com/DaoCloud/public-image-mirror/pull/23762) - 注意在 PR 的内容里描述 Fixed # 这个 issue 的 id [示例](https://github.com/DaoCloud/public-image-mirror/pull/23762)

View File

@ -1,5 +1,5 @@
name: Sync Image name: Sync Image
description: 同步一个镜像 (需要 Image 已在白名单里, Gitee 中不生效, 只支持 Github) description: 同步一个镜像 (需要 Image 已在白名单里)
labels: labels:
- sync image - sync image
body: body: